Package | com.adobe.livecycle.rca.model.constant |
Class | public class DurationUnit |
Inheritance | DurationUnit Object |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Method | Defined By | ||
---|---|---|---|
Provides values for the duration unit property of a stage. | DurationUnit | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Constant | Defined By | ||
---|---|---|---|
BUSINESS_DAYS : String = "BUSINESS_DAYS" [static] Specifies that the duration of the stage is defined in business days. | DurationUnit | ||
DAYS : String = "DAYS" [static] Specifies that the duration of the stage is defined in days. | DurationUnit | ||
HOURS : String = "HOURS" [static] Specifies that the duration of the stage is defined in hours. | DurationUnit | ||
MINUTES : String = "MINUTES" [static] Specifies that the duration of the stage is defined in minutes. | DurationUnit | ||
TYPES : Array [static] A utility array of all possible values for the unit that is used to define the duration of the stage. | DurationUnit |
DurationUnit | () | Constructor |
public function DurationUnit()
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | 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.
Related API Elements
BUSINESS_DAYS | Constant |
public static const BUSINESS_DAYS:String = "BUSINESS_DAYS"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | 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 | Constant |
public static const DAYS:String = "DAYS"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the duration of the stage is defined in days.
HOURS | Constant |
public static const HOURS:String = "HOURS"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the duration of the stage is defined in hours.
MINUTES | Constant |
public static const MINUTES:String = "MINUTES"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the duration of the stage is defined in minutes.
TYPES | Constant |
public static const TYPES:Array
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | 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.
Mon Nov 28 2011, 06:48 AM -08:00