Version: 3.1.4
datetime.h File Reference

Classes

class  wxDateTime
 
class  wxDateTime::TimeZone
 Class representing a time zone. More...
 
struct  wxDateTime::Tm
 Contains broken down date-time representation. More...
 
class  wxDateTimeWorkDays
 
class  wxDateSpan
 
class  wxTimeSpan
 
class  wxDateTimeHolidayAuthority
 

Macros

#define wxInvalidDateTime   wxDefaultDateTime
 

Variables

const wxDateTime wxDefaultDateTime
 Global instance of an empty wxDateTime object. More...
 

Macro Definition Documentation

◆ wxInvalidDateTime

#define wxInvalidDateTime   wxDefaultDateTime

Variable Documentation

◆ wxDefaultDateTime

const wxDateTime wxDefaultDateTime

Global instance of an empty wxDateTime object.

Todo:
Would it be better to rename this wxNullDateTime so it's consistent with the rest of the "empty/invalid/null" global objects?