SoupDate

Undocumented in source.

Members

Variables

day
int day;

day of the month, 1 to 31

hour
int hour;

hour of the day, 0 to 23

minute
int minute;

minute, 0 to 59

month
int month;

the month, 1 to 12

offset
int offset;

offset from UTC

second
int second;

second, 0 to 59 (or up to 61 in the case of leap seconds)

utc
bool utc;

%TRUE if the date is in UTC

year
int year;

the year, 1 to 9999

Meta