ISOWeek.GetYear 메서드

정의

오버로드

Name Description
GetYear(DateOnly)

입력 그레고리오 날짜에 매핑된 ISO 주 번호 매기기 연도(비공식적으로 ISO 연도라고도 함)를 계산합니다.

GetYear(DateTime)

입력 그레고리오 날짜에 매핑된 ISO 주 번호 매기기 연도(비공식적으로 ISO 연도라고도 함)를 계산합니다.

GetYear(DateOnly)

Source:
ISOWeek.cs
Source:
ISOWeek.cs

입력 그레고리오 날짜에 매핑된 ISO 주 번호 매기기 연도(비공식적으로 ISO 연도라고도 함)를 계산합니다.

public:
 static int GetYear(DateOnly date);
public static int GetYear(DateOnly date);
static member GetYear : DateOnly -> int
Public Shared Function GetYear (date As DateOnly) As Integer

매개 변수

date
DateOnly

그레고리오력의 날짜입니다.

반품

ISO 주 번호 매기기 연도(1년에서 9999년 사이)

적용 대상

GetYear(DateTime)

Source:
ISOWeek.cs
Source:
ISOWeek.cs
Source:
ISOWeek.cs
Source:
ISOWeek.cs
Source:
ISOWeek.cs

입력 그레고리오 날짜에 매핑된 ISO 주 번호 매기기 연도(비공식적으로 ISO 연도라고도 함)를 계산합니다.

public:
 static int GetYear(DateTime date);
public static int GetYear(DateTime date);
static member GetYear : DateTime -> int
Public Shared Function GetYear (date As DateTime) As Integer

매개 변수

date
DateTime

그레고리오력의 날짜입니다.

반품

ISO 주 번호 매기기 연도(1년에서 9999년 사이)

설명

그레고리오 날짜에 대한 ISO 주 번호 매기기 연도 번호 매핑은 지정된 그레고리오력의 연도와 다를 수 있습니다. 또는 예: 그레고리오 날짜 2005-01-01은 ISO 주 번호 매기기 연도 2004에 매핑됩니다.

적용 대상