Bridge

DateTimeFormatInfo..::..FullDateTimePattern Property

Gets or sets the custom format string for a long date and long time value.

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

Syntax


[FieldPropertyAttribute]
public string FullDateTimePattern { get; set; }
<FieldPropertyAttribute> _
Public Property FullDateTimePattern As String
	Get
	Set
[FieldPropertyAttribute]
public:
property String^ FullDateTimePattern {
	String^ get ();
	void set (String^ value);
}

Return Value

The custom format string for a long date and long time value.

Exceptions


ExceptionCondition
System..::..ArgumentNullExceptionThe property is being set to null.
System..::..InvalidOperationExceptionThe property is being set and the DateTimeFormatInfo object is read-only.