WMI Library
Namespaces | Functions
DateTime.hpp File Reference

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.

Detailed Description

Helper functions for parsing WMI datetime values.

Author:
Chris Oldwood