CalendarIdentifiers.TaiwanLunar Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.