FISADateisLeapYear Method

Determines if the year of this date is a leap year.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public bool isLeapYear()

Return Value

Boolean
true if the year of this date is a leap year, otherwise false

See Also