Time Library
[Libraries]


Detailed Description

Created: 7th July 2006 Updated: 14th January 2007.

This library defines classes and functions for representing and manipulating time quantities and types.

The time components provided by the STLSoft libraries include:


Functions

STLSOFT_INLINE ws_sint_t winstl__compare_FILETIMEs (FILETIME const *lhs, FILETIME const *rhs)
STLSOFT_INLINE ws_sint_t winstl__compare_FILETIME_with_SYSTEMTIME (FILETIME const *lhs, SYSTEMTIME const *rhs)
STLSOFT_INLINE ws_sint_t winstl__compare_SYSTEMTIME_with_FILETIME (SYSTEMTIME const *lhs, FILETIME const *rhs)
STLSOFT_INLINE ws_sint_t winstl__compare_SYSTEMTIMEs (SYSTEMTIME const *lhs, SYSTEMTIME const *rhs)
ws_sint_t compare (FILETIME const &lhs, FILETIME const &rhs)
ws_sint_t compare (FILETIME const &lhs, SYSTEMTIME const &rhs)
ws_sint_t compare (SYSTEMTIME const &lhs, FILETIME const &rhs)
ws_sint_t compare (SYSTEMTIME const &lhs, SYSTEMTIME const &rhs)
bool operator== (FILETIME const &lhs, FILETIME const &rhs)
bool operator== (FILETIME const &lhs, SYSTEMTIME const &rhs)
bool operator== (SYSTEMTIME const &lhs, FILETIME const &rhs)
bool operator== (SYSTEMTIME const &lhs, SYSTEMTIME const &rhs)
bool operator!= (FILETIME const &lhs, FILETIME const &rhs)
bool operator!= (FILETIME const &lhs, SYSTEMTIME const &rhs)
bool operator!= (SYSTEMTIME const &lhs, FILETIME const &rhs)
bool operator!= (SYSTEMTIME const &lhs, SYSTEMTIME const &rhs)
bool operator< (FILETIME const &lhs, FILETIME const &rhs)
bool operator< (FILETIME const &lhs, SYSTEMTIME const &rhs)
bool operator< (SYSTEMTIME const &lhs, FILETIME const &rhs)
bool operator< (SYSTEMTIME const &lhs, SYSTEMTIME const &rhs)
bool operator> (FILETIME const &lhs, FILETIME const &rhs)
bool operator> (FILETIME const &lhs, SYSTEMTIME const &rhs)
bool operator> (SYSTEMTIME const &lhs, FILETIME const &rhs)
bool operator> (SYSTEMTIME const &lhs, SYSTEMTIME const &rhs)
bool operator<= (FILETIME const &lhs, FILETIME const &rhs)
bool operator<= (FILETIME const &lhs, SYSTEMTIME const &rhs)
bool operator<= (SYSTEMTIME const &lhs, FILETIME const &rhs)
bool operator<= (SYSTEMTIME const &lhs, SYSTEMTIME const &rhs)
bool operator>= (FILETIME const &lhs, FILETIME const &rhs)
bool operator>= (FILETIME const &lhs, SYSTEMTIME const &rhs)
bool operator>= (SYSTEMTIME const &lhs, FILETIME const &rhs)
bool operator>= (SYSTEMTIME const &lhs, SYSTEMTIME const &rhs)
STLSOFT_INLINE void winstl__UNIXTimeToFILETIME (time_t t, FILETIME *ft)
 Converts a time_t into a FILETIME.


Function Documentation

STLSOFT_INLINE void winstl__UNIXTimeToFILETIME ( time_t  t,
FILETIME *  ft 
)

Converts a time_t into a FILETIME.

Note:
This follows the algorithm provided in MSDN Q167296

References WINSTL_ASSERT.


Generated on Thu Jun 10 08:58:19 2010 for STLSoft by  doxygen 1.5.6