Property | Type | Description | |
---|---|---|---|
FileTimeHigh | uint | ||
FileTimeLow | uint |
Method | Description | |
---|---|---|
FileTime ( long fileTime ) : System |
Initializes a new instance of the FileTime struct.
|
|
ToDateTime ( ) : System.DateTime |
Converts this FileTime to a DateTime.
|
|
ToTicks ( ) : long |
Converts the FileTimeLow and FileTimeHigh values to the number of 100-nanosecond intervals since January 1, 1601 (UTC).
|
public FileTime ( long fileTime ) : System | ||
fileTime | long | The file time. |
return | System |