FromFileTime()

DateTime::FromFileTime(int64_t) method

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

static DateTime System::DateTime::FromFileTime(int64_t value)

Arguments

ParameterTypeDescription
valueint64_tFile time to convert

Return Value

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

See Also