DateTimeFormatInfo..::..AbbreviatedMonthGenitiveNames Property
Gets or sets a string array of abbreviated month names associated with the current DateTimeFormatInfo object.
Namespace:
System.GlobalizationAssembly: Bridge (in Bridge.dll)
Syntax
[FieldPropertyAttribute] public string[] AbbreviatedMonthGenitiveNames { get; set; }
<FieldPropertyAttribute> _ Public Property AbbreviatedMonthGenitiveNames As String() Get Set
[FieldPropertyAttribute] public: property array<String^>^ AbbreviatedMonthGenitiveNames { array<String^>^ get (); void set (array<String^>^ value); }
Return Value
An array of abbreviated 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 the elements of the array is null. |
System..::..InvalidOperationException | In a set operation, the current DateTimeFormatInfo object is read-only. |