LOTUSSCRIPT /COM/OLE のクラス


CreateDateTime メソッド

指定された日付と時刻を表す文字列を基に、指定された日付と時刻を表す NotesDateTime オブジェクトを新規作成します。このメソッドを OLE オートメーションと共に使うと、New を使わずに NotesDateTime オブジェクトを作成できます。

定義位置
NotesSession

構文
Set notesDateTime = notesSession.CreateDateTime( dateTime$ )

パラメータ
dateTime$


戻り値
notesDateTime
使い方
dateTime$ パラメータで使用可能な形式について詳しくは、NotesDateTime クラスを参照してください。

クロスリファレンス
Java Session クラスの createDateTime メソッド


関連項目