다음을 통해 공유


Calendar.GetTimeZone 메서드

정의

Calendar 개체에서 사용되는 표준 시간대를 식별하는 식별자를 가져옵니다.

public:
 virtual Platform::String ^ GetTimeZone() = GetTimeZone;
winrt::hstring GetTimeZone();
public string GetTimeZone();
function getTimeZone()
Public Function GetTimeZone () As String

반환

String

Platform::String

winrt::hstring

Calendar 개체에서 사용되는 표준 시간대를 식별하는 IANA 표준 시간대 데이터베이스의 식별자입니다. (태평양 표준시의 경우 "America/Los_Angeles"를 예로 들 수 있습니다.

적용 대상

추가 정보