Enum TimeUnit
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
public enum TimeUnit
- Inheritance
-
Fields
Name | Description |
---|---|
Days | Specifies a time unit of days. |
Hours | Specifies a time unit of hours. |
Months | Specifies a time unit of months. |
Weeks | Specifies a time unit of weeks. |
Years | Specifies a time unit of years. |