TimeZoneInformation.SYSTEMTIME Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.
public: ref class TimeZoneInformation::SYSTEMTIME sealed
public sealed class TimeZoneInformation.SYSTEMTIME
type TimeZoneInformation.SYSTEMTIME = class
Public NotInheritable Class TimeZoneInformation.SYSTEMTIME
- Inheritance
-
TimeZoneInformation.SYSTEMTIME
Constructors
TimeZoneInformation.SYSTEMTIME() |
Creates a new instance of the TimeZoneInformation.SYSTEMTIME class. |
Fields
day |
The day of the month. |
dayOfWeek |
The day of the week. |
hour |
The hour. |
milliseconds |
The milliseconds. |
minute |
The minute. |
month |
The month. |
second |
The second. |
year |
The year. |