The Micro C++ Library
|
The SYSTEMTIME as specified by the Windows API is used as a common time representation. More...
#include <micxx/System.hxx>
Public Attributes | |
unsigned short | wYear |
unsigned short | wMonth |
unsigned short | wDayOfWeek |
unsigned short | wDay |
unsigned short | wHour |
unsigned short | wMinute |
unsigned short | wSecond |
unsigned short | wMilliseconds |
The SYSTEMTIME as specified by the Windows API is used as a common time representation.
unsigned short SYSTEMTIME::wDay |
unsigned short SYSTEMTIME::wDayOfWeek |
unsigned short SYSTEMTIME::wHour |
unsigned short SYSTEMTIME::wMilliseconds |
unsigned short SYSTEMTIME::wMinute |
unsigned short SYSTEMTIME::wMonth |
unsigned short SYSTEMTIME::wSecond |
unsigned short SYSTEMTIME::wYear |