Package | com.adobe.solutions.rca.constant |
Class | public class DurationUnit |
Inheritance | DurationUnit Object |
Subclasses | LocalizedDurationUnit |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
DurationUnit
Enum.
Method | Defined By | ||
---|---|---|---|
The constructor for DurationUnit class. | 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]
The value species that the duration of stage is defined in business days. | DurationUnit | ||
DAYS : String = "DAYS" [static]
The value species that the duration of stage is defined in days. | DurationUnit | ||
HOURS : String = "HOURS" [static]
The value species that the duration of stage is defined in hours. | DurationUnit | ||
MINUTES : String = "MINUTES" [static]
The value species that the duration of stage is defined in minutes. | DurationUnit | ||
TYPES : Array [static]
Utility array of all possible values for duration unit. | DurationUnit |
DurationUnit | () | Constructor |
public function DurationUnit()
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The constructor for DurationUnit
class.
The DurationUnit class provides values for the duration unit property of a Stage.
Duration unit determines the unit for duration field. If duration is 70 and unit is MINUTES, then actual duration will be 1 hour 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 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The value species that the duration of stage is defined in business days. Business days are evaluated 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 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The value species that the duration of 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 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The value species that the duration of 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 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The value species that the duration of 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 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for duration unit.
Mon Nov 28 2011, 06:48 AM -08:00