Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine.Forecast Namespace / IEtsModel Interface / GetTimelineIndex Method


In This Topic
    GetTimelineIndex Method
    In This Topic
    Get corresponding index about timeline in EtsModel
    Syntax
    'Declaration
     
    
    Function GetTimelineIndex( _
       ByVal timeline As Double _
    ) As Integer
    'Usage
     
    
    Dim instance As IEtsModel
    Dim timeline As Double
    Dim value As Integer
     
    value = instance.GetTimelineIndex(timeline)
    int GetTimelineIndex( 
       double timeline
    )

    Parameters

    timeline
    See Also