Nevron .NET Vision
Nevron.Collections Namespace / NDateTimeSpanList Class / Ticks Property


In This Topic
    Ticks Property (NDateTimeSpanList)
    In This Topic
    Returns the numer of ticks in this date time span list
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Ticks As System.Long
    'Usage
     
    
    Dim instance As NDateTimeSpanList
    Dim value As System.Long
     
    value = instance.Ticks
    public System.long Ticks {get;}
    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