Skip to main content

Definition

Assembly: CloudNimble.EasyAF.Core.dll Namespace: CloudNimble.EasyAF.Core Inheritance: System.Enum

Syntax

CloudNimble.EasyAF.Core.IntervalType

Summary

Specifies the type of interval duration.

Values

NameValueDescription
Minutes0Represents an interval measured in minutes.
Hours1Represents an interval measured in hours.
Days2Represents an interval measured in days.
Weeks3Represents an interval measured in weeks.
Months4Represents an interval measured in months.
Quarters5Represents an interval measured in quarters (3-month periods).
Years6Represents an interval measured in years.