int DayOfYear( )
Returns the current day of the year (1 means 1 January,..,365(6) does 31 December), i.e., the day of year of the last known server time.
年の現在の日を返します(1 は1月1日、・・・ 355(6) は12月31日を意味します)。すなわち、最後に知り得たサーバー時刻の年の通し日です。
Note: At the testing, the last known server time is modelled.
注意:テストでは、最後に知り得たサーバ時刻はモデル化されています。
Sample:
サンプル:
1 2 | if(DayOfYear()==245) return(true); |