System::DateTime::FromFileTimeUtc method

DateTime::FromFileTimeUtc method

Converts the specified File time to an instance of DateTime class representing the same date and time value as UTC time.

static DateTime System::DateTime::FromFileTimeUtc(int64_t file_time)
ParameterTypeDescription
file_timeint64_tFile time to convert

ReturnValue

A new instance of DateTime class representing the same date and time as file_time

See Also