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