DateRange Class
A range of dates used for month calendar controls that support multi-selection.

C# Syntax

public class DateRange 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.DateRange

Public Constructors
 NameDescription
Public ConstructorDateRange ConstructorInitializes a new instance of the DateRange class.  
Top
Public Properties
 NameDescription
Public PropertyEndDateThe end date of the range.  
Public PropertyStartDateThe start date of the range.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)DateRangeAsSingleDateReturns a DateRange instance initialized with an end date equal to the start date.  
Public MethodToString  
Top