| Win32_UTCTime | |||
| Describes an instance in time as returned by Win32ClockProvider. When a query is submitted to the Win32UTCClockProvider, the results are returned as Win32_UTCTime objects with times matching the query. These are returned as part of __InstanceModificationEvents | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Day | UInt32 | The current matching day (1-31) | |
| DayOfWeek | UInt32 | The current matching day of the current week (0-6, Sunday being 0) | |
| Hour | UInt32 | The current hour of the current day (0-23) | |
| Milliseconds | UInt32 | (currently not used) | |
| Minute | UInt32 | The current minute (0-59) | |
| Month | UInt32 | The current matching month (1-12) | |
| Quarter | UInt32 | The current quarter of the current year (1-4) | |
| Second | UInt32 | The current second of the current minute (0-59) | |
| WeekInMonth | UInt32 | The current week in the current month (1-6) | |
| Year | UInt32 | The current matching year (4 digits) | |
| SAMPLE DATA INSTANCE | |||
|        instance of Win32_UTCTime    {     Day = 30;     DayOfWeek = 3;     Hour = 22;     Minute = 46;     Month = 3;     Quarter = 1;     Second = 49;     WeekInMonth = 5;     Year = 2011;    }; | |||