LOTUSSCRIPT /COM/OLE のクラス
指定された日付と時刻を表す文字列を基に、指定された日付と時刻を表す NotesDateTime オブジェクトを新規作成します。このメソッドを OLE オートメーションと共に使用すると、New を使用せずに NotesDateTime オブジェクトを作成できます。
定義位置
NotesSession
構文
Set notesDateTime = notesSession.CreateDateTime( dateTime$ )
パラメータ
dateTime$
notesDateTime
dateTime$ パラメータで使用可能な形式について詳しくは、NotesDateTime クラスを参照してください。
クロスリファレンス
Java Session クラスの createDateTime メソッド
例 関連項目