Click or drag to resize

ConversionsToFileTime Method

Overload List
  NameDescription
Public methodStatic memberToFileTime(DateTime)
Converts a DateTime to an UTC file time. The returned file time can be a negative value. In this case, it's not a valid Win32 FILETIME.
Public methodStatic memberToFileTime(DateTimeOffset)
Converts a DateTimeOffset to an UTC file time. The returned file time can be a negative value. In this case, it's not a valid Win32 FILETIME.
Public methodStatic memberToFileTime(FILETIME)
Converts a FILETIME to an Int64 file time.
Public methodStatic memberToFileTime(Int64)
Converts an Int64 file tie to a FILETIME.
Top
See Also