DateTimeFormatInfo..::..MonthGenitiveNames Property
Gets or sets a string array of month names associated with the current DateTimeFormatInfo object.
Namespace:
System.GlobalizationAssembly: Bridge (in Bridge.dll)
Syntax
[FieldPropertyAttribute] public string[] MonthGenitiveNames { get; set; }
<FieldPropertyAttribute> _ Public Property MonthGenitiveNames As String() Get Set
[FieldPropertyAttribute] public: property array<String^>^ MonthGenitiveNames { array<String^>^ get (); void set (array<String^>^ value); }
Return Value
A string array of month names.Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | In a set operation, the array is multidimensional or has a length that is not exactly 13. |
System..::..ArgumentNullException | In a set operation, the array or one of its elements is null. |
System..::..InvalidOperationException | In a set operation, the current DateTimeFormatInfo object is read-only. |