Pacchetto | com.adobe.livecycle.rca.model.constant |
Classe | public class DurationUnit |
Ereditarietà | DurationUnit Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Metodo | Definito da | ||
---|---|---|---|
Provides values for the duration unit property of a stage. | DurationUnit | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costante | Definito da | ||
---|---|---|---|
BUSINESS_DAYS : String = "BUSINESS_DAYS" [statico] Specifies that the duration of the stage is defined in business days. | DurationUnit | ||
DAYS : String = "DAYS" [statico] Specifies that the duration of the stage is defined in days. | DurationUnit | ||
HOURS : String = "HOURS" [statico] Specifies that the duration of the stage is defined in hours. | DurationUnit | ||
MINUTES : String = "MINUTES" [statico] Specifies that the duration of the stage is defined in minutes. | DurationUnit | ||
TYPES : Array [statico] A utility array of all possible values for the unit that is used to define the duration of the stage. | DurationUnit |
DurationUnit | () | Funzione di costruzione |
public function DurationUnit()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | 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.
Elementi API correlati
BUSINESS_DAYS | Costante |
public static const BUSINESS_DAYS:String = "BUSINESS_DAYS"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | 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 | Costante |
public static const DAYS:String = "DAYS"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the duration of the stage is defined in days.
HOURS | Costante |
public static const HOURS:String = "HOURS"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the duration of the stage is defined in hours.
MINUTES | Costante |
public static const MINUTES:String = "MINUTES"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the duration of the stage is defined in minutes.
TYPES | Costante |
public static const TYPES:Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 9.5 |
Versioni runtime: | 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, 02:44 PM Z