StartDateTime (NotesDateRange - LotusScript)

読み書き可能。日付と時刻範囲の開始日時です。

定義位置

NotesDateRange

データ型

NotesDateTime

構文

取得する場合: notesDateTime = notesDateRange .StartDateTime

設定する場合: Set notesDateRange .StartDateTime = notesDateTime

注: StartDateTime プロパティを設定するには、Set キーワードを使用する必要があります。

使用法

StartDateTime のもととなる NotesDateTime オブジェクトを変更すると、暗黙的に StartDateTime も変更されます。

Nothing を指定すると、エラーが生成されます。

クロスリファレンス

Java DateRange クラスの StartDateTime