Retrieves or assigns the pattern associated with the 't' format character.
[Visual Basic] Overridable Public Property ShortTimePattern As String [C#] public string ShortTimePattern {virtual get; virtual set;} [C++] public: __property virtual String* get_ShortTimePattern(); public: __property virtual void set_ShortTimePattern(String*); [JScript] public function get ShortTimePattern() : String; public function set ShortTimePattern(String);
The short time pattern. The default value is "HH:mm".
Note: Assignment is not allowed if the DateTimeFormatInfo object is read-only.
DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace