Mono Class Library: System.Globalization.DateTimeFormatInfo Overview | MembersSystem.Globalization.DateTimeFormatInfo.FullDateTimePattern Property |
Gets or sets the format pattern for a long date and long time value. [Edit]
|
A string containing the format pattern for a long date and long time value. [Edit]
Type Reason ArgumentNullException The value specified for a set operation is a null reference. [Edit] InvalidOperationException The current instance is read-only and a set operation was attempted. [Edit]
The DateTime.ParseExact(string, string, IFormatProvider) and DateTime.ToString methods associate the format pattern returned by this property with the 'F' format character.
The property value of the culture invariant DateTimeFormatInfo.FullDateTimePattern is "dddd, dd MMMM yyyy HH:mm:ss".
[Edit]
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0