Method Calendar.YMD.Year()->create()
- Method
create
 Calendar.YMD.Year Calendar.YMD.Year("unix",intunix_time)
Calendar.YMD.Year Calendar.YMD.Year("julian",int|floatjulian_day)
Calendar.YMD.Year Calendar.YMD.Year(intyear)
Calendar.YMD.Year Calendar.YMD.Year(stringyear)
Calendar.YMD.Year Calendar.YMD.Year(TimeRangerange)- Description
 - 
It's possible to create the standard year by using three different methods; either the normal way - from standard unix time or the julian day, and also, for more practical use, from the year number.