Paket | com.adobe.livecycle.rca.model.constant |
Sınıf | public class DurationUnit |
Miras Alma | DurationUnit Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 9.5 |
Çalışma Zamanı Sürümleri: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Yöntem | Tanımlayan: | ||
---|---|---|---|
Provides values for the duration unit property of a stage. | DurationUnit | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Sabit | Tanımlayan: | ||
---|---|---|---|
BUSINESS_DAYS : String = "BUSINESS_DAYS" [statik] Specifies that the duration of the stage is defined in business days. | DurationUnit | ||
DAYS : String = "DAYS" [statik] Specifies that the duration of the stage is defined in days. | DurationUnit | ||
HOURS : String = "HOURS" [statik] Specifies that the duration of the stage is defined in hours. | DurationUnit | ||
MINUTES : String = "MINUTES" [statik] Specifies that the duration of the stage is defined in minutes. | DurationUnit | ||
TYPES : Array [statik] A utility array of all possible values for the unit that is used to define the duration of the stage. | DurationUnit |
DurationUnit | () | Yapıcı |
public function DurationUnit()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 9.5 |
Çalışma Zamanı Sürümleri: | 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.
İlgili API Öğeleri
BUSINESS_DAYS | Sabit |
public static const BUSINESS_DAYS:String = "BUSINESS_DAYS"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 9.5 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const DAYS:String = "DAYS"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 9.5 |
Çalışma Zamanı Sürümleri: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the duration of the stage is defined in days.
HOURS | Sabit |
public static const HOURS:String = "HOURS"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 9.5 |
Çalışma Zamanı Sürümleri: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the duration of the stage is defined in hours.
MINUTES | Sabit |
public static const MINUTES:String = "MINUTES"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 9.5 |
Çalışma Zamanı Sürümleri: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the duration of the stage is defined in minutes.
TYPES | Sabit |
public static const TYPES:Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 9.5 |
Çalışma Zamanı Sürümleri: | 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, 01:09 PM Z