Inherits Object.
Represents a date according to the Gregorian calendar.
Public Fields | |
int32 | day_ |
Day of the month; 1-31. | |
int32 | month_ |
Month; 1-12. | |
int32 | year_ |
Year; 1-9999. | |
Public Instance Methods | |
date () | |
date (int32 day_, int32 month_, int32 year_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -277956960 |
Identifier uniquely determining a type of the object. | |
date | ( | ) |
Represents a date according to the Gregorian calendar.
Represents a date according to the Gregorian calendar.
[in] | day_ | Day of the month; 1-31. |
[in] | month_ | Month; 1-12. |
[in] | year_ | Year; 1-9999. |
|
finalvirtual |