Version

FixedDateGroupType Enumeration

Represents the various types, or precisions, of a FixedDateGroup.
Syntax
'Declaration
 
Public Enum FixedDateGroupType 
   Inherits System.Enum
public enum FixedDateGroupType : System.Enum 
Members
MemberDescription
DayThe group represents the day in which the FixedDateGroup.Value exists.
HourThe group represents the hour in which the FixedDateGroup.Value exists.
MinuteThe group represents the minute in which the FixedDateGroup.Value exists.
MonthThe group represents the month in which the FixedDateGroup.Value exists.
SecondThe group represents the second in which the FixedDateGroup.Value exists.
YearThe group represents the year in which the FixedDateGroup.Value exists.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also