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