ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Date and time functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Indicates whether the specified year is a leap year or not.
Reminder : a leap year is a year that has 366 days instead of 365. The additional day is February 29.
Example
// Indicates whether it's a leap year
IF LeapYear() THEN
Info("It's a leap year.")
END
Syntax
<Result> = LeapYear([<Date>])
<Result>: Boolean
  • True if the year is a leap year,
  • False otherwise.
<Date>: Optional character string or integer
Date for which we want to know if the corresponding year is a leap year. This parameter can correspond to:
  • a date or a year in character string format,
  • a date, a DateTime or a year in integer format.
If this parameter is not specified, the current year will be handled.
Remark: The year must be included between 0 and 9999.
Business / UI classification: Neutral code
Component: wd290std.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help