Date.IsInYearToDate
Date. IsInYearToDate(dateTime as any) as nullable logical
指示在当前年份中给定日期时间值 dateTime
是否出现以及该日期时间值是否就在当天或早于当天,它由系统上的当前日期和时间确定。
dateTime
: 要进行求值的date
、datetime
或datetimezone
值。
示例:
确定当前系统时间是否处于本年度截至现在的日期内。
使用情况:
Date.IsInYearToDate(DateTime.FixedLocalNow())
输出:
true