int Month( )
Returns the current month as number (1-January,2,3,4,5,6,7,8,9,10,11,12), i.e., the number of month of the last known server time.
現在の月数(1-1月,2,3,4,5,6,7,8,9,10,11,12)を返します。すなわち、最後に知り得たサーバー時刻の月の数字です。
Note: At the testing, the last known server time is modelled.
注意:テストでは、最後に知り得たサーバ時刻はモデル化されています。
Sample:
サンプル:
1 2 | if(Month()<=5) return("the first half year"); |