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