ARS::AR_HOUR(mask, hourNumber)

Determine if the specified hour number is set in the mask. Hours range from 1 - 24.

On success
Returns 1 (TRUE).
On failure
Returns 0 (FALSE).

Example:

	if(ARS::AR_HOUR($mask, 9) == 1) {
		print "0900 hours (9 AM) is set in the mask.\n";
	}
      
ARS::AR_HOUR was introduced in version 1.5 of ARSperl


<-- Table of Contents

Last changes to this page 21st July 1997 by jcmurphy@arsperl.org
© J.C.Murphy, J.W.Murphy 1997 arsperl@arsperl.org