JAVA/CORBA クラス
指定した月数だけ日付/時刻を増やします。
定義が行われるクラス DateTime
構文 public void adjustMonth(int n) throws NotesException
public void adjustMonth(int n, boolean preservelocaltime) throws NotesException
パラメータ int n
DateTime オブジェクトを増分する月数により、年の要素も増分される場合があります。たとえば、調整が +12 の場合、日付の要素は翌年の日付に変更されます。
クロスリファレンス LotusScript NotesDateTime クラスの AdjustMonth メソッド
式言語の @Adjust 関数
例 関連項目