WeeksBefore Property (Calendar)
In This Topic
Gets or sets the number of weeks to show on the calendar before the current month.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(0)>
Public Property WeeksBefore As System.Integer
'Usage
Dim instance As Calendar
Dim value As System.Integer
instance.WeeksBefore = value
value = instance.WeeksBefore
[System.ComponentModel.DefaultValue(0)]
public System.int WeeksBefore {get; set;}
public read-write property WeeksBefore: System.Integer;
System.ComponentModel.DefaultValueAttribute(0)
public function get,set WeeksBefore : System.int
[System.ComponentModel.DefaultValue(0)]
public: __property System.int get_WeeksBefore();
public: __property void set_WeeksBefore(
System.int value
);
[System.ComponentModel.DefaultValue(0)]
public:
property System.int WeeksBefore {
System.int get();
void set ( System.int value);
}
See Also