JAVA/CORBA クラス


StartDateTime プロパティ

読み込みと書き込みができます。日付/時刻範囲の開始日時です。

定義が行われるクラスDateRange
データ型DateTime
構文public DateTime getStartDateTime()
throws NotesException

public void setStartDateTime(DateTime start)
throws NotesException

使用法StartDateTime の基になる DateTime オブジェクトを変更すると、StartDateTime も暗黙的に変更されます。ただし、StartDateTime が java.util.Date オブジェクトに基づいていない場合には変更されません。
setStartDateTime の DateTime オブジェクトは、null であってはいけません。

クロスリファレンスLotusScript NotesDateRange クラスの StartDateTime プロパティ

関連項目