Nevron .NET Vision
Nevron Namespace / NDateTimeSpan Structure / Ticks Property


In This Topic
    Ticks Property (NDateTimeSpan)
    In This Topic
    Returns the numer of tick in this date time span
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public ReadOnly Property Ticks As System.Long
    'Usage
     
    
    Dim instance As NDateTimeSpan
    Dim value As System.Long
     
    value = instance.Ticks
    [System.Xml.Serialization.XmlIgnore()]
    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