adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DateTimeHandling Class / Abs Method

In This Topic
    Abs Method
    In This Topic
    Returns the absolute value of the given TimeSpan (negative time is converted to positive)
    Syntax
    'Declaration
     
    
    Public Shared Function Abs( _
       ByVal value As TimeSpan _
    ) As TimeSpan
    public static TimeSpan Abs( 
       TimeSpan value
    )

    Parameters

    value
    See Also