userisleapyear() Function

This functions lets you know if a given year is a leap year in the user preferred calendar.

Syntax

userisleapyear( year )

Notes

year: (Number) The year to test whether or not it qualifies as a leap year.

Returns

Boolean

Examples

You can copy and paste these examples into the Expression Rule Designer to see how this works.

userisleapyear(2007) returns false

Open in Github Built: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK