System::DateTimeOffset::FromFileTime method

DateTimeOffset::FromFileTime method

ConvertWindows file time to date and time with local time offset.

static DateTimeOffset System::DateTimeOffset::FromFileTime(int64_t file_time)
ParameterTypeDescription
file_timeint64_tWindows file time.

ReturnValue

Date and time with local time offset.

See Also