SysTimeToFILETIME

This function is Windows-Only.

Converts a SysTime to a FILETIME struct.

FILETIMEs are always in UTC.

version(StdDdoc)
@safe
FILETIME
SysTimeToFILETIME

Parameters

sysTime SysTime

The SysTime to convert.

Throws

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

Meta