The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<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="&lt;--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
<address>
Last changes to this page 21st July 1997 by jcmurphy@arsperl.org<BR>
&#169; J.C.Murphy, J.W.Murphy 1997 arsperl@arsperl.org
</address>
</BODY>
</HTML>