Mono Class Library: System.Globalization.DateTimeFormatInfo Overview | Members

System.Globalization.DateTimeFormatInfo.YearMonthPattern Property

Gets or sets the format pattern for a year and month value. [Edit]

public string YearMonthPattern { set; get; }

Value

The format pattern for a year and month value. [Edit]

Exceptions

TypeReason
ArgumentNullExceptionThe value specified for a set operation is a null reference. [Edit]
InvalidOperationExceptionThe current instance is read-only and a set operation was attempted. [Edit]

Remarks

The DateTime.ParseExact(string, string, IFormatProvider) and DateTime.ToString methods associate the format pattern returned by this property with the 'y' and 'Y' format character.

The property value of the culture invariant DateTimeFormatInfo.YearMonthPattern is "yyyy MMMM".

[Edit]

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0