Pakket | com.adobe.livecycle.rca.model.constant |
Klasse | public class DurationUnit |
Overerving | DurationUnit Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Methode | Gedefinieerd door | ||
---|---|---|---|
Provides values for the duration unit property of a stage. | 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] Specifies that the duration of the stage is defined in business days. | DurationUnit | ||
DAYS : String = "DAYS" [statisch] Specifies that the duration of the stage is defined in days. | DurationUnit | ||
HOURS : String = "HOURS" [statisch] Specifies that the duration of the stage is defined in hours. | DurationUnit | ||
MINUTES : String = "MINUTES" [statisch] Specifies that the duration of the stage is defined in minutes. | DurationUnit | ||
TYPES : Array [statisch] A utility array of all possible values for the unit that is used to define the duration of the stage. | DurationUnit |
DurationUnit | () | Constructor |
public function DurationUnit()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | 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.
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 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | 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.
Wed Jun 13 2018, 11:42 AM Z