ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
Filters: Retrieving Data from Server...
Retrieving Data from Server...
com.adobe.solutions.rca.constant 

DurationUnit  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.constant
Classpublic class DurationUnit
InheritanceDurationUnit Inheritance 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.



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
  
The constructor for DurationUnit class.
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] 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
Constructor Detail

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

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 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.