Package | com.adobe.solutions.rca.constant |
Classe | public class DurationUnit |
Héritage | DurationUnit Object |
Sous-classes | LocalizedDurationUnit |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
DurationUnit
Enum.
Méthode | Défini par | ||
---|---|---|---|
The constructor for DurationUnit class. | DurationUnit | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Constante | Défini par | ||
---|---|---|---|
BUSINESS_DAYS : String = "BUSINESS_DAYS" [statique]
The value species that the duration of stage is defined in business days. | DurationUnit | ||
DAYS : String = "DAYS" [statique]
The value species that the duration of stage is defined in days. | DurationUnit | ||
HOURS : String = "HOURS" [statique]
The value species that the duration of stage is defined in hours. | DurationUnit | ||
MINUTES : String = "MINUTES" [statique]
The value species that the duration of stage is defined in minutes. | DurationUnit | ||
TYPES : Array [statique]
Utility array of all possible values for duration unit. | DurationUnit |
DurationUnit | () | Constructeur |
public function DurationUnit()
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | 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.
Eléments de l’API associés
BUSINESS_DAYS | Constante |
public static const BUSINESS_DAYS:String = "BUSINESS_DAYS"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | 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"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | 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"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | 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"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | 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
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for duration unit.
Tue Jun 12 2018, 09:30 AM Z