Retrieves or assigns the pattern associated with the 'm' and 'M' format characters.
[Visual Basic] Overridable Public Property MonthDayPattern As String [C#] public string MonthDayPattern {virtual get; virtual set;} [C++] public: __property virtual String* get_MonthDayPattern(); public: __property virtual void set_MonthDayPattern(String*); [JScript] public function get MonthDayPattern() : String; public function set MonthDayPattern(String);
The month-day date pattern. The default value is "MMMM dd".
Note: Assignment is not allowed if the DateTimeFormatInfo object is read-only.
DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace