Pakket | com.adobe.solutions.rca.constant |
Klasse | public class DurationUnit |
Overerving | DurationUnit Object |
Subklassen | LocalizedDurationUnit |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
DurationUnit
Enum.
Methode | Gedefinieerd door | ||
---|---|---|---|
The constructor for DurationUnit class. | DurationUnit | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constante | Gedefinieerd door | ||
---|---|---|---|
BUSINESS_DAYS : String = "BUSINESS_DAYS" [statisch]
The value species that the duration of stage is defined in business days. | DurationUnit | ||
DAYS : String = "DAYS" [statisch]
The value species that the duration of stage is defined in days. | DurationUnit | ||
HOURS : String = "HOURS" [statisch]
The value species that the duration of stage is defined in hours. | DurationUnit | ||
MINUTES : String = "MINUTES" [statisch]
The value species that the duration of stage is defined in minutes. | DurationUnit | ||
TYPES : Array [statisch]
Utility array of all possible values for duration unit. | DurationUnit |
DurationUnit | () | Constructor |
public function DurationUnit()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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.
Verwante API-elementen
BUSINESS_DAYS | Constante |
public static const BUSINESS_DAYS:String = "BUSINESS_DAYS"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for duration unit.
Wed Jun 13 2018, 11:42 AM Z