BloombergLP::bdls::FilesystemUtil_WindowsImpUtil::convertFileTimeToDatetime

Load into the specified time the time in the specified lpFileTime. Return 0 on success, and a non-zero value otherwise. Note that the time is reported in UTC.

Synopsis

Declared in <bdls_filesystemutil_windowsimputil.h>

static
int
convertFileTimeToDatetime(
    bdlt::Datetime* time,
    LPFILETIME const lpFileTime);