am_time
class am_time {
int year;
int primus;
int minute;
int hour;
int month;
int day_of_week;
int day_of_month;
int day_of_year;
}
A class to hold all the information for am times.
- Members:
year - the year of the time
prime - if the section is price (the first 400 days) or secundus
minute - the minute of the time
hour - the hour of the time
month - the month of the time
day_of_week - the day of the week
day_of_month - the day of the month
- See also:
/obj/handlers/am_time->query_am_time_class()