Nevron .NET Vision
Nevron.Chart Namespace / NDailySchedule Class / AddTicks Method


In This Topic
    AddTicks Method
    In This Topic
    Adds the specified number of ticks to the tick
    Syntax
    'Declaration
     
    
    Public Function AddTicks( _
       ByRef tick As System.Long, _
       ByVal ticksToAdd As System.Long _
    ) As System.Long
    'Usage
     
    
    Dim instance As NDailySchedule
    Dim tick As System.Long
    Dim ticksToAdd As System.Long
    Dim value As System.Long
     
    value = instance.AddTicks(tick, ticksToAdd)
    public System.long AddTicks( 
       ref System.long tick,
       System.long ticksToAdd
    )

    Parameters

    tick
    ticksToAdd

    Return Value

    Returns the number of ticks that this schedule was not able to accomodate
    Requirements

    Target Platforms: Windows 7, 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