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);

Return Value

0 on success, and a non‐zero value otherwise

Parameters

Name

Description

time

receives the converted time in UTC

lpFileTime

Windows FILETIME value to convert

Created with MrDocs