PackedDateTime

A packed date/time/datetime representation added for use with LimitedVariant.

You should probably not use this much directly, it is mostly an internal storage representation.

Members

Functions

day
int day()
void day(int a)
fractionalSeconds
int fractionalSeconds()
void fractionalSeconds(int a)
hasDate
bool hasDate()
void hasDate(bool a)
hasTime
bool hasTime()
void hasTime(bool a)
hours
int hours()
void hours(int a)
minutes
int minutes()
void minutes(int a)
month
int month()
void month(int a)
seconds
int seconds()
void seconds(int a)
year
int year()
void year(int a)

Meta