Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1: −
<div style="font-size:30px">'''ISLEAPYEAR(n)'''</div><br/>
+
<div style="font-size:30px">'''ISLEAPYEAR(year)'''</div><br/>
*<math>n</math> is the year.  
+
*<math>year</math> is the year to find whether it is leap year or not.  
    
==Description==
 
==Description==
Line 9: Line 9:  
*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 Section==
 +
*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==
writer
6,694

edits

Navigation menu