WMI Library
|
Helper functions for parsing WMI datetime values. More...
#include <WCL/DateTime.hpp>
Namespaces | |
namespace | WMI |
The Windows Management Instrumentation namespace. | |
Functions | |
bool | WMI::tryParseDateTime (const tstring &value, CDateTime &datetime, tstring &offset) |
Try and convert a string into a datetime. | |
CDateTime | WMI::parseDateTime (const tstring &value) |
Convert a string into a datetime or throw an exception if the format is invalid. |
Helper functions for parsing WMI datetime values.