Enum TimeUnit
C#
public enum TimeUnit
Fields
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. |