Paquete | com.adobe.livecycle.rca.model.constant |
Clase | public class DurationUnit |
Herencia | DurationUnit Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Método | Definido por | ||
---|---|---|---|
Provides values for the duration unit property of a stage. | DurationUnit | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Constante | Definido por | ||
---|---|---|---|
BUSINESS_DAYS : String = "BUSINESS_DAYS" [estática] Specifies that the duration of the stage is defined in business days. | DurationUnit | ||
DAYS : String = "DAYS" [estática] Specifies that the duration of the stage is defined in days. | DurationUnit | ||
HOURS : String = "HOURS" [estática] Specifies that the duration of the stage is defined in hours. | DurationUnit | ||
MINUTES : String = "MINUTES" [estática] Specifies that the duration of the stage is defined in minutes. | DurationUnit | ||
TYPES : Array [estática] A utility array of all possible values for the unit that is used to define the duration of the stage. | DurationUnit |
DurationUnit | () | Información sobre |
public function DurationUnit()
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | 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.
Elementos de API relacionados
BUSINESS_DAYS | Constante |
public static const BUSINESS_DAYS:String = "BUSINESS_DAYS"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | 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 | Constante |
public static const DAYS:String = "DAYS"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the duration of the stage is defined in days.
HOURS | Constante |
public static const HOURS:String = "HOURS"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the duration of the stage is defined in hours.
MINUTES | Constante |
public static const MINUTES:String = "MINUTES"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the duration of the stage is defined in minutes.
TYPES | Constante |
public static const TYPES:Array
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | 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:12 PM Z