How do I know if daylight saving time works on my computer? (preferably using WMI)
According to this article in TechNet I can request SELECT DaylightInEffect FROM Win32_ComputerSystem, but the property is DaylightInEffectnot supported in Vista or Win7, Since my program will work on different systems (XP, Vista, 7), I would appreciate some portable search methods.
source
share