CalendarIdentifiers.VietnameseLunar 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 ^ VietnameseLunar { Platform::String ^ get(); };
static winrt::hstring VietnameseLunar();
public static string VietnameseLunar { get; }
var string = CalendarIdentifiers.vietnameseLunar;
Public Shared ReadOnly Property VietnameseLunar As String
Property Value
The string "VietnameseLunarCalendar", which is the identifier for the Vietnamese 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.