Version

GetStart Method (TimescaleBandBase)

Used to obtain the DateRange for an interval based on the specified relative date.
Syntax
'Declaration
 
Protected Friend MustOverride Function GetStart( _
   ByVal relativeDate As Date, _
   ByVal anchorDate As Date, _
   ByVal info As TimescaleInfo _
) As Infragistics.DateRange
protected internal abstract Infragistics.DateRange GetStart( 
   DateTime relativeDate,
   DateTime anchorDate,
   TimescaleInfo info
)

Parameters

relativeDate
The relative date whose encompassing range is to be returned.
anchorDate
A date that should be used as the pivot/anchor for the calculated range.
info
Provides information to be used when calculating the range.

Return Value

The DateRange that encompasses the specified relative date. The end of the range is considered non-inclusive
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also