FormatMonths Property (Calendar)
In This Topic
Gets or sets the format used to display the months in year view.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute("MMM")>
Public Property FormatMonths As System.String
'Usage
Dim instance As Calendar
Dim value As System.String
instance.FormatMonths = value
value = instance.FormatMonths
[System.ComponentModel.DefaultValue("MMM")]
public System.string FormatMonths {get; set;}
public read-write property FormatMonths: System.String;
System.ComponentModel.DefaultValueAttribute("MMM")
public function get,set FormatMonths : System.String
[System.ComponentModel.DefaultValue("MMM")]
public: __property System.string* get_FormatMonths();
public: __property void set_FormatMonths(
System.string* value
);
[System.ComponentModel.DefaultValue("MMM")]
public:
property System.String^ FormatMonths {
System.String^ get();
void set ( System.String^ value);
}
See Also