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

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

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

Property Value

The short date pattern. The default value is "MM/dd/yyyy".

Remarks

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

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace