int Day( )
Returns the current day of the month, i.e., the day of month of the last known server time.
月の現在の日を返します。すなわち、最後に知り得たサーバ時刻の月の日です。
Note: At the testing, the last known server time is modelled.
注意:テストでは、最後に知り得たサーバ時刻はモデル化されています。
Sample:
サンプル:
1 | if(Day()<5) return(0); |