System.Globalization.DateTimeFormatInfo.MonthGenitiveNames Property

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

Syntax

[System.Runtime.InteropServices.ComVisible(false)]
public string[] MonthGenitiveNames { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

In some languages, a month name that is part of a date appears in the genitive case. For example, a date in the Russian (Russia) or "ru-RU", culture consists of the day number and the genitive month name, such as 1 Января.

If you set the DateTimeFormatInfo.MonthGenitiveNames property, you must also set the DateTimeFormatInfo.MonthNames property.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0