Enum TimeUnitType
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
Represents the different types of time units.
public enum TimeUnitType
Fields
Days = 4Time unit in days.
Hours = 3Time unit in hours.
Minutes = 2Time unit in minutes.
Months = 5Time unit in months.
None = 0No time unit specified.
Seconds = 1Time unit in seconds.
Years = 6Time unit in years.