スケジュール (月)

月単位でオペレーションを実行します。

ブロック

テキスト

onScheduledMonth([], 0, 0, ()=>{
                  1  2  3
});

1: 日付

2:

3:

 

(例: 1)

毎月 5 日18:12

ブロック

テキスト

onScheduledMonth([5],18,12,()=>{

});

(例: 2)

毎月 5 日と 25 日18:12

ブロック

テキスト

onScheduledMonth([5,25],18,12,()=>{

});