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

System.Globalization.DateTimeFormatInfo.AMDesignator Property

Gets or sets the string culture-specific designator for hours that are "ante meridiem" (before noon). [Edit]

public string AMDesignator { set; get; }

Value

The string designator for hours that are before noon. [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 property value of the culture invariant DateTimeFormatInfo.AMDesignator returns the string "AM". [Edit]

Requirements

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