JAVA/CORBA クラス


EndDateTime プロパティ

読み込みと書き込みができます。日付および時刻範囲の終了日時です。

定義位置

DateRange

データ型

DateTime

構文

public DateTime getEndDateTime()
   throws NotesException

public void setEndDateTime(DateTime end)
   throws NotesException

使用法

EndDateTime の基になる DateTime オブジェクトを変更すると、EndDateTime も暗黙的に変更されます。ただし、EndDateTime が java.util.Date オブジェクトに基づいていない場合には変更されません。

setEndDateTime の DateTime オブジェクトは、null であってはいけません。

クロスリファレンス

LotusScript NotesDateRange クラスの EndDateTime プロパティ


関連項目