Difference between revisions of "Manuals/calci/ISLEAPYEAR"
Jump to navigation
Jump to search
| (6 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| − | <div style="font-size:30px">'''ISLEAPYEAR( | + | <div style="font-size:30px">'''ISLEAPYEAR(Year)'''</div><br/> |
| − | *<math> | + | *<math>Year</math> is the year to find whether it is leap year or not. |
| + | **ISLEAPYEAR(),returns TRUE if the value is leap year. | ||
==Description== | ==Description== | ||
| Line 9: | Line 10: | ||
*When we omitting the year value then the function will return the result as FALSE. | *When we omitting the year value then the function will return the result as FALSE. | ||
*For the ISFUNCTION the argument can be blank, or it can contain data such as text, numbers, error values, or logical values. | *For the ISFUNCTION the argument can be blank, or it can contain data such as text, numbers, error values, or logical values. | ||
| + | |||
| + | ==ZOS== | ||
| + | *The syntax is to find whether the given year is leap or not in ZOS is <math>ISLEAPYEAR(Year)</math>. | ||
| + | **<math>Year</math> is the year to find whether it is leap year or not. | ||
| + | *For e.g.,ISLEAPYEAR(2003..2008) | ||
==Examples== | ==Examples== | ||
| − | #ISLEAPYEAR(2000)=TRUE | + | #=ISLEAPYEAR(2000) = TRUE |
| − | #ISLEAPYEAR(1998)=FALSE | + | #=ISLEAPYEAR(1998) = FALSE |
| − | #ISLEAPYEAR(3004)=TRUE | + | #=ISLEAPYEAR(3004) = TRUE |
| − | #ISLEAPYEAR()=FALSE | + | #=ISLEAPYEAR() = FALSE |
| + | |||
| + | ==Related Videos== | ||
| + | |||
| + | {{#ev:youtube|iPtWI0qJn_U|280|center|LEAP YEAR}} | ||
==See Also== | ==See Also== | ||
| Line 22: | Line 32: | ||
==References== | ==References== | ||
| + | [http://en.wikipedia.org/wiki/Is_functions Is functions] | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | *[[Z_API_Functions | List of Main Z Functions]] | ||
| + | |||
| + | *[[ Z3 | Z3 home ]] | ||
Latest revision as of 15:44, 2 July 2018
ISLEAPYEAR(Year)
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Year}
is the year to find whether it is leap year or not.
- ISLEAPYEAR(),returns TRUE if the value is leap year.
Description
- This function is one of the group in Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ISFUNCTIONS} .
- The Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle IS FUNCTION} is also known as data information functions, data inspection functions or data-testing functions.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ISLEAPYEAR} function is used to find the year is leap year or not.
- The function is giving the result as TRUE when the given year is leap year otherwise this function will return as FALSE.
- When we omitting the year value then the function will return the result as FALSE.
- For the ISFUNCTION the argument can be blank, or it can contain data such as text, numbers, error values, or logical values.
ZOS
- The syntax is to find whether the given year is leap or not in ZOS is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ISLEAPYEAR(Year)}
.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Year} is the year to find whether it is leap year or not.
- For e.g.,ISLEAPYEAR(2003..2008)
Examples
- =ISLEAPYEAR(2000) = TRUE
- =ISLEAPYEAR(1998) = FALSE
- =ISLEAPYEAR(3004) = TRUE
- =ISLEAPYEAR() = FALSE
Related Videos
See Also
References