FILETIMEToStdTime

This function is Windows-Only.

Converts a FILETIME struct to the number of hnsecs since midnight, January 1st, 1 A.D.

version(StdDdoc)
@safe
long
FILETIMEToStdTime
(
scope const FILETIME* ft
)

Parameters

ft FILETIME*

The FILETIME struct to convert.

Throws

std.datetime.date.DateTimeException if the given FILETIME cannot be represented as the return value.

Meta