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

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);

Property Value

The short time pattern. The default value is "HH:mm".

Remarks

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

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace