| |||||||
DateTimeFormatInfo.LongDatePattern PropertySystem.Globalization Namespace DateTimeFormatInfo Class Sets or retrieves the format pattern for a long date value, which is associated with the 'D' format character. [ VB ] public Property LongDatePattern As String [ C# ] public string LongDatePattern {get; set;} [ C++ ] public: __property String* get_LongDatePattern ( ); public: __property void set_LongDatePattern ( String* ); [ JScript ] function get LongDatePattern ( ) : String; public function set LongDatePattern ( String ); Property ValueThe format pattern for a long date value, which is associated with the 'D' format character. Exceptions
RemarksSee DateTimeFormatInfo for patterns that can be combined to construct custom patterns; for example, "dddd, dd MMMM yyyy". This property is affected if the value of the Calendar property changes. ExampleThe below shows the LongDatePattern used for each of the available cultures. See AlsoDateTimeFormatInfo Members LongTimePattern |
| ||||||
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