'Declaration
Public Enum DateTimePart Inherits System.Enum
'Usage
Dim instance As DateTimePart
public enum DateTimePart : System.Enum
'Declaration
Public Enum DateTimePart Inherits System.Enum
'Usage
Dim instance As DateTimePart
public enum DateTimePart : System.Enum
Member | Description |
---|---|
AmPmDesignator | Represents the AM or PM component of a time value. |
Day | Represents the day component of a date value. Note that this day is not the day of the week, but the day of the month, expressed as a number from 1 to 31. |
DayName | Represents the day component of a date value, expressed as a name that corresponds to a day of the week. |
Hour12 | Represents the hours component of a time value, expressed as a number from 1 to 12. |
Hour24 | Represents the hours component of a time value, expressed as a number from 00 to 23. |
Millisecond | Represents the milliseconds component of a time value. |
Minute | Represents the minutes component of a time value. |
Month | Represents the month component of a time value, expressed as a number from 1 to 12. |
MonthName | Represents the month component of a time value, expressed as a name that corresponds to one of the twelve months in the year. |
Other | Represents the other components of a date or time value, like commas or colons. |
Period | Represents the period (".") component of a date or time value. |
Second | Represents the seconds component of a time value. |
TimeZone | Represents the time zone component of a time value. |
Year | Represents the year component of a date value. |
System.Object
System.ValueType
System.Enum
Xceed.Maui.Toolkit.DateTimePart
Target Platforms: Windows 11, Windows 10, 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