Bridge

DateTimeFormatInfo..::..AbbreviatedMonthGenitiveNames Property

Gets or sets a string array of abbreviated month names associated with the current DateTimeFormatInfo object.

Namespace:  System.Globalization
Assembly:  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


ExceptionCondition
System..::..ArgumentExceptionIn a set operation, the array is multidimensional or has a length that is not exactly 13.
System..::..ArgumentNullExceptionIn a set operation, the array or one of the elements of the array is null.
System..::..InvalidOperationExceptionIn a set operation, the current DateTimeFormatInfo object is read-only.