CFileTime::Hour
A static data member storing the number of 100-nanosecond intervals that make up one hour.
static const ULONGLONG Hour = Minute* 60;
Example
See the example for CFileTime::Millisecond.
Requirements
Header: atltime.h
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
A static data member storing the number of 100-nanosecond intervals that make up one hour.
static const ULONGLONG Hour = Minute* 60;
See the example for CFileTime::Millisecond.
Header: atltime.h