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);
The short date pattern. The default value is "MM/dd/yyyy".
Note: Assignment is not allowed if the DateTimeFormatInfo object is read-only.
DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace