[Top]
7.6::
Calendar
Calendar.YMD
Calendar.YMD.Year
|
Method Calendar.YMD.Year()->create()
- Method
create
void Calendar.YMD.Year("unix", int unix_time)
void Calendar.YMD.Year("julian", int|float julian_day)
void Calendar.YMD.Year(int year)
void Calendar.YMD.Year(string year)
void Calendar.YMD.Year(TimeRange range)
- 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.
|