ISOWeek.GetYearEnd(Int32) 方法

定义

计算周编号年份结束的公历日期。

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 年份)。

返回

周编号年份结束的公历日期。

适用于