Calendar.Clone 메서드

정의

현재 Calendar 개체의 복사본인 새 개체를 만듭니다.

public:
 virtual System::Object ^ Clone();
public virtual object Clone ();
[System.Runtime.InteropServices.ComVisible(false)]
public virtual object Clone ();
abstract member Clone : unit -> obj
override this.Clone : unit -> obj
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member Clone : unit -> obj
override this.Clone : unit -> obj
Public Overridable Function Clone () As Object

반환

Object

현재 Object 개체의 멤버 수준 복제본인 Calendar의 새 인스턴스입니다.

구현

특성

설명

새 멤버별 복제는 읽기 전용이 아닙니다.

적용 대상

추가 정보