NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimeFormatInfo.MonthDayPattern

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);

Property Value

The month-day date pattern. The default value is "MMMM dd".

Remarks

Note: Assignment is not allowed if the DateTimeFormatInfo object is read-only.

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace