Includes&Samples |
Win32_CurrentTime, ROOT\cimv2 - InstancesClass | Childs (2) | Methods | Properties (10) | Qualifiers (3) | Instances (2) | Namespaces (2)Samples: VB Script | C# | VB.Net | Search on:Microsoft Instances of Win32_CurrentTimeThis section contains sample wmi instances of Win32_CurrentTime class with their properties from Microsoft Windows Server 2012 R2 Datacenter Evaluation. Win32_CurrentTime is a singleton class, so it has only one instance (or no instance). Win32_CurrentTime is an abstract class, so it has only derived instances, see derived child classes. Instance \\W2012SDC\ROOT\cimv2:Win32_LocalTime=@Properties={ 'Day' : 13 //Long, 0xD 'DayOfWeek' : 4 //Long, 0x4 'Hour' : 16 //Long, 0x10 'Milliseconds' : null 'Minute' : 23 //Long, 0x17 'Month' : 11 //Long, 0xB 'Quarter' : 4 //Long, 0x4 'Second' : 31 //Long, 0x1F 'WeekInMonth' : 3 //Long, 0x3 'Year' : 2014 //Long, 0x7DE } Instance \\W2012SDC\ROOT\cimv2:Win32_UTCTime=@Properties={ 'Day' : 14 //Long, 0xE 'DayOfWeek' : 5 //Long, 0x5 'Hour' : 0 //Long, 0x0 'Milliseconds' : null 'Minute' : 23 //Long, 0x17 'Month' : 11 //Long, 0xB 'Quarter' : 4 //Long, 0x4 'Second' : 31 //Long, 0x1F 'WeekInMonth' : 3 //Long, 0x3 'Year' : 2014 //Long, 0x7DE } |