ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _TimeHelper Class / NiceTimeSpan Method

In This Topic
    NiceTimeSpan Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function NiceTimeSpan( _
       ByVal ts As _TimeSpan, _
       ByVal dateMode As Nullable(Of DateMode) _
    ) As _TimeSpan
    public static _TimeSpan NiceTimeSpan( 
       _TimeSpan ts,
       Nullable<DateMode> dateMode
    )

    Parameters

    ts
    dateMode
    See Also