'Declaration Public Enum FixedDateGroupType Inherits System.Enum
public enum FixedDateGroupType : System.Enum
Member | Description |
---|---|
Day | The group represents the day in which the FixedDateGroup.Value exists. |
Hour | The group represents the hour in which the FixedDateGroup.Value exists. |
Minute | The group represents the minute in which the FixedDateGroup.Value exists. |
Month | The group represents the month in which the FixedDateGroup.Value exists. |
Second | The group represents the second in which the FixedDateGroup.Value exists. |
Year | The group represents the year in which the FixedDateGroup.Value exists. |
Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
View on GitHub