CalendarIdentifiers.KoreanLunar Property

Definition

This name is reserved for a future update. Do not access or use this property in your code, as accessing the property will result in errors or exceptions being thrown.

public:
 static property Platform::String ^ KoreanLunar { Platform::String ^ get(); };
static winrt::hstring KoreanLunar();
public static string KoreanLunar { get; }
var string = CalendarIdentifiers.koreanLunar;
Public Shared ReadOnly Property KoreanLunar As String

Property Value

String

Platform::String

winrt::hstring

The string "KoreanLunarCalendar", which is the identifier for the Korean lunar calendar.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Remarks

This name is reserved for a future update. Do not access or use this property in your code, as accessing the property will result in errors or exceptions being thrown.

Applies to