Gets or sets a DayOfWeek enumeration that determines the day which will be used as the starting day of the week for the dategrouping functionality.
[Visual Basic]
Public Property StartDayOfWeek As DayOfWeek
[C#]
public DayOfWeek StartDayOfWeek {get; set;}
This property used with conjunction of date grouping by weeks. The default is Sunday.
[C#]
de.DateGrouping = TimeInterval.Weeks; |
[Visual Basic]
de.DateGrouping = TimeInterval.Weeks |
DataEngine Class | DataEngine Members
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.