DateTime.IsInCurrentSecond
構文
DateTime.IsInCurrentSecond(dateTime as any) as nullable logical
バージョン情報
システム上の現在の日時によって決定される現在の秒に、指定の datetime 値 dateTime
が含まれるかどうかを示します。
dateTime
: 評価されるdatetime
またはdatetimezone
値。
例 1
現在のシステム時刻が現在の秒に含まれるかどうかを調べます。
使用方法
DateTime.IsInCurrentSecond(DateTime.FixedLocalNow())
出力
true