DateTimeFormatInfo::NativeCalendarName Property
Gets the native name of the calendar associated with the current DateTimeFormatInfo object.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(false)] property String^ NativeCalendarName { String^ get(); }
Property Value
Type: System::String^The native name of the calendar used in the culture associated with the current DateTimeFormatInfo object if that name is available, or the empty string ("") if the native calendar name is not available.
Notes to Callers:
If DateTimeFormatInfo::Calendar is the TaiwanCalendar but the Thread::CurrentCulture is not "zh-TW", then NativeCalendarName, GetEraName, and GetAbbreviatedEraName return an empty string ("").
Available since 2.0