Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NScheduleViewNavigator Class / GetDateRangeString Method


In This Topic
    GetDateRangeString Method (NScheduleViewNavigator)
    In This Topic
    Gets the string representation of the given date range.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetDateRangeString( _
       ByVal start As System.Date, _
       ByVal end As System.Date _
    ) As System.String
    'Usage
     
    
    Dim instance As NScheduleViewNavigator
    Dim start As System.Date
    Dim end As System.Date
    Dim value As System.String
     
    value = instance.GetDateRangeString(start, end)
    protected virtual System.string GetDateRangeString( 
       System.DateTime start,
       System.DateTime end
    )

    Parameters

    start
    end
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also