| |||||||
DateTimeFormatInfo.LongTimePattern PropertySystem.Globalization Namespace DateTimeFormatInfo Class Sets or retrieves the format pattern for a long time value, which is associated with the 'T' format character. [ VB ] public Property LongTimePattern As String [ C# ] public string LongTimePattern {get; set;} [ C++ ] public: __property String* get_LongTimePattern ( ); public: __property void set_LongTimePattern ( String* ); [ JScript ] function get LongTimePattern ( ) : String; public function set LongTimePattern ( String ); Property ValueThe format pattern for a long time value, which is associated with the 'T' format character. Exceptions
RemarksSee DateTimeFormatInfo for patterns that can be combined to construct custom patterns; for example, "HH:mm:ss". ExampleThe below shows the LongTimePattern used for each of the available cultures. See AlsoDateTimeFormatInfo Members LongDatePattern |
| ||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme