Date.IsInPreviousNYears

Date.IsInPreviousNYears(dateTime as any,years as number) as nullable logical

表示根据系统当前日期和时间确定,给定的日期时间值 dateTime 是否会出现在之前的几年中。

  • dateTime: 要评估的 datedatetimedatetimezone 值。
  • years: 年数。

示例:

确定当前系统时间之前的年份是否在之前的两年中。

使用情况:

Date.IsInPreviousNYears(Date.AddYears(DateTime.FixedLocalNow(), -1), 2)

输出:

true

results matching ""

    No results matching ""