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!

Calendar.PrevMonthText

[To be supplied.]

[Visual Basic]
Public Property PrevMonthText As String
[C#]
public string PrevMonthText {get; set;}
[C++]
public: __property String* get_PrevMonthText();
public: __property void set_PrevMonthText(String*);
[JScript]
public function get PrevMonthText() : String;
public function set PrevMonthText(String);

See Also

Calendar Class | Calendar Members | System.Web.UI.WebControls Namespace