ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.livecycle.rca.model.constant 

DurationUnit  - AS3 Review, Commenting, and Approval

Packagecom.adobe.livecycle.rca.model.constant
Classpublic class DurationUnit
InheritanceDurationUnit Inheritance Object
Deprecated since Review, Commenting, and Approval 10: Please Use com.adobe.solutions.rca.constant.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)

DurationUnit enumerator.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
  
Provides values for the duration unit property of a stage.
DurationUnit
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined 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
Constructor Detail

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

Constant Detail

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.