CFileTime::LocalToUTC

Call this method to convert a local file time to a file time based on the Coordinated Universal Time (UTC).

CFileTime LocalToUTC( ) const throw( );

Return Value

Returns a CFileTime object containing the time in UTC format.

Example

See the example for CFileTime::UTCToLocal.

Requirements

Header: atltime.h

See Also

Reference

CFileTime Class

CFileTime::UTCToLocal

Other Resources

CFileTime Members