stdTimeToFILETIME

This function is Windows-Only.

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

version(StdDdoc)
@safe
FILETIME
stdTimeToFILETIME
(
long stdTime
)

Parameters

stdTime long

The number of hnsecs since midnight, January 1st, 1 A.D. UTC.

Throws

std.datetime.date.DateTimeException if the given value will not fit in a FILETIME.

Meta