Bridge

DateTimeFormatInfo..::..MonthGenitiveNames Property

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

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


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 its elements is null.
System..::..InvalidOperationExceptionIn a set operation, the current DateTimeFormatInfo object is read-only.