Difference between revisions of "Manuals/calci/DAYSINYEAR"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 29: Line 29:
 
==References==
 
==References==
 
*[http://en.wikipedia.org/wiki/Calendar_date Day]
 
*[http://en.wikipedia.org/wiki/Calendar_date Day]
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 07:19, 13 March 2017

DAYSINYEAR(Year)


  • where is the year in which number of days are to be found.

Description

  • This function gives the number of days in a specified year.
  • The output is the integer value.

ZOS

  • The syntax is to calculate DAY in ZOS, Z3 and ZCALCI is .
  • is the year for which number of days are to be found.
  • For e.g:DAYSINYEAR(2017)


Examples

  • DAYSINYEAR(2017) = 365day (Output in ZOS, Z3)
  • DAYSINYEAR("2016")= 366day (Output inZOS, Z3)
  • DAYSINYEAR(2017) = 365.00day (Output in ZCALCI)


Related Videos

DAY

See Also

References