Method Calendar.YMD.Week()->create()
- Method
create
Calendar.YMD.Week Calendar.YMD.Week("unix",intunix_time)
Calendar.YMD.Week Calendar.YMD.Week("julian",int|floatjulian_day)
Calendar.YMD.Week Calendar.YMD.Week(intyear,intweek)- Description
-
It's possible to create the standard week by using three different methods; either the normal way - from standard unix time or the julian day, and also, for more practical use, from year and week number.
Can be less than 1 for the first week of the year if it begins in the previous year.