<HTML>
<HEAD>
<TITLE>ARSperl Manual - ARS::AR_HOUR</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H2><CODE>ARS::AR_HOUR(mask, hourNumber)</CODE></H2>
Determine if the specified hour number is set in the mask. Hours
range from 1 - 24.
<P>
<DL>
<DT><B>On success</B><DD>
Returns 1 (TRUE).
<DT><B>On failure</B><DD>
Returns 0 (FALSE).
</DL>
<P>Example:
<PRE>
if(ARS::AR_HOUR($mask, 9) == 1) {
print "0900 hours (9 AM) is set in the mask.\n";
}
</PRE>
<I>ARS::AR_HOUR was introduced in version 1.5 of ARSperl</I>
<P>
<HR WIDTH="30%">
<P>
<A HREF="toc.html"><IMG ALT="<--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
<address>
Last changes to this page 21st July 1997 by jcmurphy@smurfland.cit.buffalo.edu<BR>
© J.C.Murphy, J.W.Murphy 1997 arsperl@smurfland.cit.buffalo.edu
</address>
</BODY>
</HTML>