The Micro C++ Library
SYSTEMTIME Struct Reference

The SYSTEMTIME as specified by the Windows API is used as a common time representation. More...

#include <micxx/System.hxx>

List of all members.

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

Detailed Description

The SYSTEMTIME as specified by the Windows API is used as a common time representation.


Member Data Documentation

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

The documentation for this struct was generated from the following file: