Пакет | com.adobe.solutions.rca.constant |
Класс | public class DurationUnit |
Наследование | DurationUnit Object |
Подклассы | LocalizedDurationUnit |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
DurationUnit
Enum.
Метод | Определено | ||
---|---|---|---|
The constructor for DurationUnit class. | DurationUnit | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Константа | Определено | ||
---|---|---|---|
BUSINESS_DAYS : String = "BUSINESS_DAYS" [статические]
The value species that the duration of stage is defined in business days. | DurationUnit | ||
DAYS : String = "DAYS" [статические]
The value species that the duration of stage is defined in days. | DurationUnit | ||
HOURS : String = "HOURS" [статические]
The value species that the duration of stage is defined in hours. | DurationUnit | ||
MINUTES : String = "MINUTES" [статические]
The value species that the duration of stage is defined in minutes. | DurationUnit | ||
TYPES : Array [статические]
Utility array of all possible values for duration unit. | DurationUnit |
DurationUnit | () | Конструктор |
public function DurationUnit()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | 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.
Связанные элементы API
BUSINESS_DAYS | Константа |
public static const BUSINESS_DAYS:String = "BUSINESS_DAYS"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | 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 | Константа |
public static const DAYS:String = "DAYS"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The value species that the duration of stage is defined in days.
HOURS | Константа |
public static const HOURS:String = "HOURS"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The value species that the duration of stage is defined in hours.
MINUTES | Константа |
public static const MINUTES:String = "MINUTES"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The value species that the duration of stage is defined in minutes.
TYPES | Константа |
public static const TYPES:Array
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for duration unit.
Tue Jun 12 2018, 11:34 AM Z