Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Static Functions
Call this static function to retrieve a CFileTime object that represents the current system date and time. |
Methods
The constructor. |
|
Call this method to retrieve the time from the CFileTime object. |
|
Call this method to convert a local file time to a file time based on the Coordinated Universal Time (UTC). |
|
Call this method to set the date and time stored by the CFileTime object. |
|
Call this method to convert time based on the Coordinated Universal Time (UTC) to local file time. |
Operators
This operator is used to perform subtraction on a CFileTime or CFileTimeSpan object. |
|
This operator compares two CFileTime objects for inequality. |
|
This operator is used to perform addition on a CFileTimeSpan object. |
|
This operator is used to perform addition on a CFileTimeSpan object and assign the result to the current object. |
|
This operator compares two CFileTime objects to determine the lesser. |
|
This operator compares two CFileTime objects to determine equality or the lesser. |
|
The assignment operator. |
|
This operator is used to perform subtraction on a CFileTimeSpan object and assign the result to the current object. |
|
This operator compares two CFileTime objects for equality. |
|
This operator compares two CFileTime objects to determine the larger. |
|
This operator compares two CFileTime objects to determine equality or the larger. |
Static Data Members
A static data member storing the number of 100-nanosecond intervals that make up one day. |
|
A static data member storing the number of 100-nanosecond intervals that make up one hour. |
|
A static data member storing the number of 100-nanosecond intervals that make up one millisecond. |
|
A static data member storing the number of 100-nanosecond intervals that make up one minute. |
|
A static data member storing the number of 100-nanosecond intervals that make up one second. |
|
A static data member storing the number of 100-nanosecond intervals that make up one week. |