DateTime Struct Reference Custom GUI Settings » DATETIME_CUSTOMGUISETTINGS

#include <customgui_datetime.h>

详细描述

Represents a date and time.

Public Attributes

Int32   year
Int32   month
Int32   day
Int32   hour
Int32   minute
Int32   second

Constructors

  DateTime ()
  DateTime ( Int32 t_year, Int32 t_month, Int32 t_day, Int32 t_hour, Int32 t_minute, Int32 t_second)

运算符

Bool   operator== (const DateTime &b) const
Bool   operator!= (const DateTime &b) const
Bool   operator<= (const DateTime &b) const
Bool   operator< (const DateTime &b) const
Bool   operator>= (const DateTime &b) const
Bool   operator> (const DateTime &b) const