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

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

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

Property Value

The long time pattern. The default value is "HH:mm:ss".

Remarks

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

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace