Version

CalendarDateRange Structure Members

The following tables list the members exposed by CalendarDateRange.

Public Constructors
 NameDescription
Public ConstructorCalendarDateRange ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyEndReturns or sets the latest/end date for the range.  
Public PropertyStartReturns or sets the earliest/start date for the range.  
Public Methods
 NameDescription
Public MethodCompareToCompares this instance to the specified CalendarDateRange  
Public MethodContainsOverloaded. Indicates if the specified date falls within the Start and End dates for this range.  
Public MethodEqualsOverloaded. Compares the specified object to this object to see if they are equivalent.  
Public MethodGetHashCodeReturns the hash code of the structure.  
Public MethodIntersectsWithIndicates if the Start and End of the specified CalendarDateRange intersects with this object's dates.  
Public MethodNormalizeOverloaded. Ensures that the start date is less than or equal to the end date.  
Public MethodRemoveTimeRemoves the time portion from the Start and End  
Public MethodToStringReturns a string representation of the object.  
Public Operators
public Operator Equality Compares the values of two CalendarDateRange structures for equality
public Operator Inequality Compares the values of two CalendarDateRange structures for inequality
See Also