ConversionsToFileTime Method |
Name | Description | |
---|---|---|
![]() ![]() | ToFileTime(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.
|
![]() ![]() | ToFileTime(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.
|
![]() ![]() | ToFileTime(FILETIME) |
Converts a FILETIME to an Int64 file time.
|
![]() ![]() | ToFileTime(Int64) |
Converts an Int64 file tie to a FILETIME.
|