CalendarIdentifiers.TaiwanLunar 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 ^ TaiwanLunar { Platform::String ^ get(); };
static winrt::hstring TaiwanLunar();
public static string TaiwanLunar { get; }
var string = CalendarIdentifiers.taiwanLunar;
Public Shared ReadOnly Property TaiwanLunar As String

Property Value

String

Platform::String

winrt::hstring

The string "TaiwanLunarCalendar", which is the identifier for the Taiwan 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