ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Your version: 01A240075T (WINDEV 24)

The content of this page has been updated to version 26.  See documentation 26 now.
Help / WLanguage / WLanguage functions / Standard functions / Functions for managing dates and times
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadApple WatchUniversal Windows 10 AppWindows Mobile
Others
Stored procedures
Indicates whether the specified year is a leap year or not.
Reminder : a leap year is a year containing 366 days instead of 365 days for a non-leap year. 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 whether it corresponds to 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 : wd250std.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/01/2019

Send a report | Local help