Gets or sets a DateTime object to determine the start month of the year when DateGrouping is used.
[Visual Basic]
Public Property StartDateOfYear As Date
[C#]
public DateTime StartDateOfYear {get; set;}
This property determine the start month of the year. The default is January.
This example change the year duration from Jan-Dec to Mar-Feb. Beside month, other values are ignored.
[C#]
de.StartDateOfYear = new DateTime(2004,3,1); |
[Visual Basic]
de.StartDateOfYear = New DateTime(2004, 3, 1) |
DataEngine Class | DataEngine Members | DateGrouping Property
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.