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