ISOWeek.GetYearEnd(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
static DateTime GetYearEnd(int year);
public static DateTime GetYearEnd (int year);
static member GetYearEnd : int -> DateTime
Public Shared Function GetYearEnd (year As Integer) As DateTime
参数
-
year
-
Int32
ISO 周编号年份(也称为非正式的 ISO 年份)。
返回
周编号年份结束的公历日期。
适用于