ZoneTime (NotesDateTime - LotusScript)

読み込み専用。 TimeZone プロパティと IsDST プロパティ用に調整された時刻の文字列表記です。

定義位置

NotesDateTime

データ型

String

構文

取得する場合: zone$ = notesDateTime .ZoneTime

使用法

最初は ZoneTime は LocalTime と同じです。ConvertToZone メソッドを使用すると、TimeZone と IsDST の変更は ZoneTime には反映されますが、LocalTime は変わりません。

クロスリファレンス

Java DateTime クラスの ZoneTime

式言語の @Zone 関数