How do I convert
WMI dates to standard dates and times? Use the SWbemDateTime object to convert these to regular dates and times. const wbemFlagForwardOnly = $00000020; var FSWbemLocator : OLEVariant; FWMIService : OLEVariant; FWbemObjectSet: OLEVariant; FWbemObject : OLEVariant; ...
More...