Paket | com.adobe.livecycle.rca.model.constant |
Klass | public class DurationUnit |
Arv | DurationUnit Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Metod | Definieras med | ||
---|---|---|---|
Provides values for the duration unit property of a stage. | DurationUnit | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
Konstant | Definieras med | ||
---|---|---|---|
BUSINESS_DAYS : String = "BUSINESS_DAYS" [statisk] Specifies that the duration of the stage is defined in business days. | DurationUnit | ||
DAYS : String = "DAYS" [statisk] Specifies that the duration of the stage is defined in days. | DurationUnit | ||
HOURS : String = "HOURS" [statisk] Specifies that the duration of the stage is defined in hours. | DurationUnit | ||
MINUTES : String = "MINUTES" [statisk] Specifies that the duration of the stage is defined in minutes. | DurationUnit | ||
TYPES : Array [statisk] A utility array of all possible values for the unit that is used to define the duration of the stage. | DurationUnit |
DurationUnit | () | Konstruktor |
public function DurationUnit()
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the duration unit property of a stage.
Duration unit determines the unit used for the duration field. For example, if the duration field value is 70 and the duration unit
is MINUTES
, then the actual duration is 1 hour and 10 minutes.
Relaterade API-element
BUSINESS_DAYS | Konstant |
public static const BUSINESS_DAYS:String = "BUSINESS_DAYS"
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the duration of the stage is defined in business days. Business days are determined using the business calendar associated with the user.
DAYS | Konstant |
public static const DAYS:String = "DAYS"
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the duration of the stage is defined in days.
HOURS | Konstant |
public static const HOURS:String = "HOURS"
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the duration of the stage is defined in hours.
MINUTES | Konstant |
public static const MINUTES:String = "MINUTES"
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the duration of the stage is defined in minutes.
TYPES | Konstant |
public static const TYPES:Array
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | Flash Player 9, Flash Player 10, AIR (unsupported) |
A utility array of all possible values for the unit that is used to define the duration of the stage.
Tue Jun 12 2018, 01:40 PM Z