nux-1.16.0
|
Timestamp structure. More...
#include <NuxCore/FileManager/NFileManagerGeneric.h>
Public Member Functions | |
INT | GetJulian (void) const |
INT | GetSecondOfDay (void) const |
bool | operator== (FileTimeStamp &Other) const |
bool | operator!= (FileTimeStamp &Other) const |
bool | operator< (FileTimeStamp &Other) const |
bool | operator> (FileTimeStamp &Other) const |
bool | operator>= (FileTimeStamp &Other) const |
bool | operator<= (FileTimeStamp &Other) const |
Public Attributes | |
INT | Year |
INT | Month |
INT | Day |
INT | Hour |
INT | Minute |
INT | Second |
INT | DayOfWeek |
INT | DayOfYear |
Timestamp structure.
Definition at line 85 of file NFileManagerGeneric.h.