共用方式為


DateTime.IsInCurrentSecond

語法

DateTime.IsInCurrentSecond(dateTime as any) as nullable logical

關於

表示所指定日期時間值 dateTime 是否發生在目前的秒期間 (由系統目前的日期和時間判斷)。

  • dateTime:要評估的 datetime, 或 datetimezone 值。

範例 1

判斷目前系統時間是否在目前的秒中。

使用方式

DateTime.IsInCurrentSecond(DateTime.FixedLocalNow())

輸出

true