Version 24.2 (latest)

DateRange Structure Properties

For a list of all members of this type, see DateRange members.

Public Properties
 NameDescription
Public PropertyEndReturns or sets the latest/end date for the range.  
Public Propertystatic (Shared in Visual Basic)InfiniteReturns a data range from DateTime.MinValue to DateTime.MaxValue  
Public PropertyIsEmptyReturns true if the Start and End are the same values.  
Public PropertyStartReturns or sets the earliest/start date for the range.  
See Also