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


In This Topic
    DescribeDateRange Method
    In This Topic
    Provides a readable description of a date range
    Syntax
    'Declaration
     
    
    Public Shared Function DescribeDateRange( _
       ByVal startDate As Nullable(Of Date), _
       ByVal endDate As Nullable(Of Date) _
    ) As String
    public static string DescribeDateRange( 
       Nullable<DateTime> startDate,
       Nullable<DateTime> endDate
    )
    public:
    static String^ DescribeDateRange( 
       Nullable<DateTime> startDate,
       Nullable<DateTime> endDate
    ) 

    Parameters

    startDate
    endDate
    See Also