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