See Also

DataEngine Class  | DataEngine Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

StartDayOfWeek Property

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

Remarks

This property used with conjunction of date grouping by weeks. The default is Sunday.

Example

[C#] 

de.DateGrouping = TimeInterval.Weeks; 
de.StartDayOfWeek = DayOfWeek.Monday;

[Visual Basic] 

de.DateGrouping = TimeInterval.Weeks
de.StartDayOfWeek = DayOfWeek.Monday

See Also

DataEngine Class  | DataEngine Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.