Paquete | com.adobe.solutions.rca.constant |
Clase | public class DurationUnit |
Herencia | DurationUnit Object |
Subclases | LocalizedDurationUnit |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
DurationUnit
Enum.
Método | Definido por | ||
---|---|---|---|
The constructor for DurationUnit class. | 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]
The value species that the duration of stage is defined in business days. | DurationUnit | ||
DAYS : String = "DAYS" [estática]
The value species that the duration of stage is defined in days. | DurationUnit | ||
HOURS : String = "HOURS" [estática]
The value species that the duration of stage is defined in hours. | DurationUnit | ||
MINUTES : String = "MINUTES" [estática]
The value species that the duration of stage is defined in minutes. | DurationUnit | ||
TYPES : Array [estática]
Utility array of all possible values for duration unit. | 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 10 |
Versiones de motor de ejecución: | 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.
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 10 |
Versiones de motor de ejecución: | 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 | 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 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The value species that the duration of 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 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The value species that the duration of 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 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The value species that the duration of 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 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for duration unit.
Tue Jun 12 2018, 02:12 PM Z