See Also

DataEngine Class  | DataEngine Members  | DateGrouping Property

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

StartDateOfYear Property

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

Remarks

This property determine the start month of the year. The default is January.

Example

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)

See Also

DataEngine Class  | DataEngine Members  | DateGrouping Property

 

 


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