FixedDateGroupType
Represents the various types, or precisions, of a [[FixedDateGroup]].
Enumeration Members
Section titled "Enumeration Members"The group represents the day in which the [[FixedDateGroup.value]] exists.
Day = 0 The group represents the hour in which the [[FixedDateGroup.value]] exists.
Hour = 1 Minute
Section titled "Minute"The group represents the minute in which the [[FixedDateGroup.value]] exists.
Minute = 2 Month
Section titled "Month"The group represents the month in which the [[FixedDateGroup.value]] exists.
Month = 3 Second
Section titled "Second"The group represents the second in which the [[FixedDateGroup.value]] exists.
Second = 4 The group represents the year in which the [[FixedDateGroup.value]] exists.
Year = 5