| |||||||
DateTimeFormatInfo.ShortTimePattern PropertySystem.Globalization Namespace DateTimeFormatInfo Class Sets or retrieves the format pattern for a short time value, which is associated with the 't' format character. [ VB ] public Property ShortTimePattern As String [ C# ] public string ShortTimePattern {get; set;} [ C++ ] public: __property String* get_ShortTimePattern ( ); public: __property void set_ShortTimePattern ( String* ); [ JScript ] function get ShortTimePattern ( ) : String; public function set ShortTimePattern ( String ); Property ValueThe format pattern for a short 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". ExampleThe below shows the ShortTimePattern used for each of the available cultures. See AlsoDateTimeFormatInfo Members ShortDatePattern |
| ||||||
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