パッケージ | 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, 10:34 AM Z