dotnetCHARTING Send comments on this topic.
StartDayOfWeek Property
See Also 
dotnetCHARTING Namespace > TimeIntervalAdvanced Class : StartDayOfWeek Property


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;}

See Also

© 2010 All Rights Reserved.