Gets or sets the day of the week at which this interval initially occurs. Value
ranges from zero indicating Sunday, to six, indicating Saturday.
Syntax
Visual Basic (Declaration) | |
---|
Public Property StartDayOfWeek As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As TimeIntervalAdvanced
Dim value As Integer
instance.StartDayOfWeek = value
value = instance.StartDayOfWeek
|
C# | |
---|
public int StartDayOfWeek {get; set;} |
C++/CLI | |
---|
public:
property int StartDayOfWeek {
int get();
void set (int value);
} |
See Also