Share via


DateTimeFormatInfo.MonthNames Property

Gets a one-dimensional array of String objects that contain the culture-specific full names of the months.

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)

Syntax

public string [] MonthNames { get; }

Property Value

A one-dimensional array of String objects that contain the culture-specific full names of the months. In a 12-month calendar, the 13th element of this array is an empty string.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

DateTimeFormatInfo Class
DateTimeFormatInfo Members
System.Globalization Namespace