Table of Contents

Enum TimeUnitType

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll

Represents the different types of time units.

public enum TimeUnitType

Fields

Days = 4

Time unit in days.

Hours = 3

Time unit in hours.

Minutes = 2

Time unit in minutes.

Months = 5

Time unit in months.

None = 0

No time unit specified.

Seconds = 1

Time unit in seconds.

Years = 6

Time unit in years.

To top