Gentee Programming Language > Documentation > Libraries Download documentation

isleapyear

Leap year check.
 
uint isleapyear(
      uint   year
)

Parameters

yearThe year being checked.

Return value

Returns 1 if the year is a leap one and 0 otherwise.

See also

    Function for working with time


 Copyright © 2004-2006 Gentee Inc. All rights reserved.