FromFileTimeUtc()

DateTime::FromFileTimeUtc(int64_t) 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)

Arguments

ParameterTypeDescription
file_timeint64_tFile time to convert

Return Value

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

See Also