| Win32_CurrentTime | |||
| NA | |||
| 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_LocalTime    {     Day = 30;     DayOfWeek = 3;     Hour = 14;     Minute = 38;     Month = 3;     Quarter = 1;     Second = 48;     WeekInMonth = 5;     Year = 2011;    }; | |||