다음을 통해 공유


Calendar 멤버

시간을 주, 월, 연도로 구분해서 표시합니다.

다음 표에서는 Calendar 형식에 의해 노출되는 멤버를 보여 줍니다.

Protected 생성자

  이름 설명
Protected method Supported by the .NET Compact Framework Calendar Calendar 클래스의 새 인스턴스를 초기화합니다.

위쪽

Public 필드

  이름 설명
Public field Static Supported by the .NET Compact Framework CurrentEra 현재 달력의 현재 연대를 나타냅니다.

위쪽

Public 속성

  이름 설명
Public property AlgorithmType 현재 달력이 양력인지, 음력인지 또는 두 가지를 조합한 것인지를 나타내는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework Eras 파생 클래스에 재정의될 때 현재 달력의 연대 목록을 가져옵니다.
Public property Supported by the .NET Compact Framework IsReadOnly Calendar 개체가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework MaxSupportedDateTime Calendar 개체에서 지원하는 마지막 날짜와 시간을 가져옵니다.
Public property Supported by the .NET Compact Framework MinSupportedDateTime Calendar 개체에서 지원하는 시작 날짜와 시간을 가져옵니다.
Public property Supported by the .NET Compact Framework TwoDigitYearMax 두 자릿수 연도로 표시할 수 있는 100년 범위의 마지막 연도를 가져오거나 설정합니다.

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Supported by the .NET Compact Framework AddDays 지정된 DateTime에서 지정된 날짜 수만큼 경과한 DateTime을 반환합니다.
Public method Supported by the .NET Compact Framework AddHours 지정된 DateTime에서 지정된 시간 수만큼 경과한 DateTime을 반환합니다.
Public method Supported by the .NET Compact Framework AddMilliseconds 지정된 DateTime에서 지정된 밀리초 수만큼 경과한 DateTime을 반환합니다.
Public method Supported by the .NET Compact Framework AddMinutes 지정된 DateTime에서 지정된 분 수만큼 경과한 DateTime을 반환합니다.
Public method Supported by the .NET Compact Framework AddMonths 파생 클래스에 재정의될 때 지정된 DateTime에서 지정된 월 수만큼 경과한 DateTime을 반환합니다.
Public method Supported by the .NET Compact Framework AddSeconds 지정된 DateTime에서 지정된 초 수만큼 경과한 DateTime을 반환합니다.
Public method Supported by the .NET Compact Framework AddWeeks 지정된 DateTime에서 지정된 주 수만큼 경과한 DateTime을 반환합니다.
Public method Supported by the .NET Compact Framework AddYears 파생 클래스에 재정의될 때 지정된 DateTime에서 지정된 연도 수만큼 경과한 DateTime을 반환합니다.
Public method Clone 현재 Calendar 개체의 복사본인 새 개체를 만듭니다.
Public method Supported by the .NET Compact Framework Equals  오버로드되었습니다. 두 개의 Object 인스턴스가 같은지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetDayOfMonth 파생 클래스에 재정의될 때 지정된 DateTime의 날짜(월 기준)를 반환합니다.
Public method Supported by the .NET Compact Framework GetDayOfWeek 파생 클래스에 재정의될 때 지정된 DateTime의 요일을 반환합니다.
Public method Supported by the .NET Compact Framework GetDayOfYear 파생 클래스에 재정의될 때 지정된 DateTime의 날짜(연도 기준)를 반환합니다.
Public method Supported by the .NET Compact Framework GetDaysInMonth 오버로드되었습니다. 파생 클래스에 재정의될 때 지정된 월의 일 수를 반환합니다.
Public method Supported by the .NET Compact Framework GetDaysInYear 오버로드되었습니다. 파생 클래스에 재정의될 때 지정된 연도의 일 수를 반환합니다.
Public method Supported by the .NET Compact Framework GetEra 파생 클래스에 재정의될 때 지정된 DateTime의 연대를 반환합니다.
Public method Supported by the .NET Compact Framework GetHashCode  특정 형식에 대한 해시 함수로 사용되며 GetHashCode는 해시 알고리즘 및 해시 테이블과 같은 데이터 구조에 사용하기 적당합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetHour 지정된 DateTime의 시간 값을 반환합니다.
Public method GetLeapMonth 오버로드되었습니다. 지정된 연도나 연도 및 연대의 윤월을 계산합니다.
Public method Supported by the .NET Compact Framework GetMilliseconds 지정된 DateTime의 밀리초 값을 반환합니다.
Public method Supported by the .NET Compact Framework GetMinute 지정된 DateTime의 분 값을 반환합니다.
Public method Supported by the .NET Compact Framework GetMonth 파생 클래스에 재정의될 때 지정된 DateTime의 월을 반환합니다.
Public method Supported by the .NET Compact Framework GetMonthsInYear 오버로드되었습니다. 파생 클래스에 재정의될 때 지정된 연도의 월 수를 반환합니다.
Public method Supported by the .NET Compact Framework GetSecond 지정된 DateTime의 초 값을 반환합니다.
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetWeekOfYear 지정된 DateTime의 날짜가 포함된 주(연도 기준)를 반환합니다.
Public method Supported by the .NET Compact Framework GetYear 파생 클래스에 재정의될 때 지정된 DateTime의 연도를 반환합니다.
Public method Supported by the .NET Compact Framework IsLeapDay 오버로드되었습니다. 파생 클래스에 재정의될 때 지정된 날짜가 윤일인지 여부를 확인합니다.
Public method Supported by the .NET Compact Framework IsLeapMonth 오버로드되었습니다. 파생 클래스에 재정의될 때 지정된 월이 윤월인지 여부를 확인합니다.
Public method Supported by the .NET Compact Framework IsLeapYear 오버로드되었습니다. 파생 클래스에 재정의될 때 지정된 연도가 윤년인지 여부를 확인합니다.
Public method Static ReadOnly 지정된 Calendar 개체의 읽기 전용 버전을 반환합니다.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework ToDateTime 오버로드되었습니다. 파생 클래스에 재정의될 때 지정된 날짜와 시간으로 설정된 DateTime을 반환합니다.
Public method Supported by the .NET Compact Framework ToFourDigitYear TwoDigitYearMax 속성을 사용하여 지정된 두 자릿수 연도를 네 자릿수 연도로 변환하여 해당 세기를 확인합니다.
Public method Supported by the .NET Compact Framework ToString  현재 Object를 나타내는 String을 반환합니다. (Object에서 상속됨)

위쪽

Protected 메서드

  이름 설명
Protected method Supported by the .NET Compact Framework Finalize  가비지 수집기에서 Object를 회수하기 전에 Object가 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Protected method Supported by the .NET Compact Framework MemberwiseClone  현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)

위쪽

참고 항목

참조

Calendar 클래스
System.Globalization 네임스페이스
DateTime
DateTimeFormatInfo
GregorianCalendar
HebrewCalendar
HijriCalendar
JapaneseCalendar
JulianCalendar
KoreanCalendar
TaiwanCalendar
ThaiBuddhistCalendar