DateTime.IsInPreviousHour

DateTime.IsInPreviousHour(dateTime as any) as nullable logical

指示给定的日期时间值 dateTime 是否按系统当前日期和时间所确定的那样处于前一小时内。

  • dateTime: 要计算的 datetimedatetimezone 值。

示例:

确定当前系统时间前的小时是否处于前一小时内。

使用情况:

DateTime.IsInPreviousHour(DateTime.FixedLocalNow() - #duration(0,1,0,0))

输出:

true

results matching ""

    No results matching ""