NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimeFormatInfo.FullDateTimePattern

Holds the pattern associated with the 'F' format character.

[Visual Basic]
Overridable Public Property FullDateTimePattern As String
[C#]
public string FullDateTimePattern {virtual get; virtual set;}
[C++]
public: __property virtual String* get_FullDateTimePattern();
public: __property virtual void set_FullDateTimePattern(String*);
[JScript]
public function get FullDateTimePattern() : String;
public function set FullDateTimePattern(String);

Property Value

The pattern associated with the 'F' format character. The default value is "dddd, MMMM dd, yyyy HH:mm:ss".

Remarks

Note: Assignment is not allowed if the DateTimeFormatInfo object is read-only.

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace