Nevron .NET Vision
Nevron.Collections Namespace / NDateTimeSpanList Class / GetTimeSpansInTicks Method


In This Topic
    GetTimeSpansInTicks Method (NDateTimeSpanList)
    In This Topic
    Obtains the time spans in ticks
    Syntax
    'Declaration
     
    
    Public Function GetTimeSpansInTicks() As System.Long()
    'Usage
     
    
    Dim instance As NDateTimeSpanList
    Dim value() As System.Long
     
    value = instance.GetTimeSpansInTicks()
    public System.long[] GetTimeSpansInTicks()

    Return Value

    null if not all time spans can be converted to ticks
    Remarks
    Some date/time units do not have a tick representation. For example the month date time unit because it's number of days may vary from month to month. Other units that do not have a tick representation include year, half year, quarter year, decade and century.
    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