userisleapyear() Function

Function

userisleapyear( year )

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

Parameters

Keyword Type Description

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: Fri, May 26, 2023 (08:43:20 PM)

On This Page

FEEDBACK