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.LongDatePattern

Retrieves or assigns the pattern associated with the 'D' format character.

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

Property Value

The long date pattern. The default value is "dddd, MMMM dd, yyyy".

Remarks

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

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace