'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