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