<h2>Classes</h2>
These are nice data types for dealing with...  Data!<p>
<ul>
<li><a name="class_am_time">
am_time</a><pre>
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;
}

</pre><br/>
A class to hold all the information for am times.<p>
<dl>
<dt><b>Members:</b>
<br/>year - the year of the time
<br/>prime - if the section is price (the first 400 days) or secundus
<br/>minute - the minute of the time
<br/>hour - the hour of the time
<br/>month - the month of the time
<br/>day_of_week - the day of the week
<br/>day_of_month - the day of the month
<li><b>See also:</b>
<br/><a href="obj.handlers.am_time.c.shtml#query_am_time_class">/obj/handlers/am_time->query_am_time_class()
</a></dl>

</ul>
[an error occurred while processing this directive]

