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