包 | com.adobe.livecycle.rca.model.constant |
类 | public class DurationUnit |
继承 | DurationUnit Object |
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 9.5 |
运行时版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
方法 | 由以下参数定义 | ||
---|---|---|---|
Provides values for the duration unit property of a stage. | DurationUnit | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
常量 | 由以下参数定义 | ||
---|---|---|---|
BUSINESS_DAYS : String = "BUSINESS_DAYS" [静态] Specifies that the duration of the stage is defined in business days. | DurationUnit | ||
DAYS : String = "DAYS" [静态] Specifies that the duration of the stage is defined in days. | DurationUnit | ||
HOURS : String = "HOURS" [静态] Specifies that the duration of the stage is defined in hours. | DurationUnit | ||
MINUTES : String = "MINUTES" [静态] Specifies that the duration of the stage is defined in minutes. | DurationUnit | ||
TYPES : Array [静态] A utility array of all possible values for the unit that is used to define the duration of the stage. | DurationUnit |
DurationUnit | () | 构造函数 |
public function DurationUnit()
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 9.5 |
运行时版本: | 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.
相关 API 元素
BUSINESS_DAYS | 常量 |
public static const BUSINESS_DAYS:String = "BUSINESS_DAYS"
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 9.5 |
运行时版本: | 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 | 常量 |
public static const DAYS:String = "DAYS"
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 9.5 |
运行时版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the duration of the stage is defined in days.
HOURS | 常量 |
public static const HOURS:String = "HOURS"
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 9.5 |
运行时版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the duration of the stage is defined in hours.
MINUTES | 常量 |
public static const MINUTES:String = "MINUTES"
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 9.5 |
运行时版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the duration of the stage is defined in minutes.
TYPES | 常量 |
public static const TYPES:Array
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 9.5 |
运行时版本: | 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, 11:04 AM Z