ICalendarBase Interface
Base interface for Calendar test objects.

C# Syntax

public interface ICalendarBase 
Public Properties
 NameDescription
PropertyDateThe date associated with this calendar.  
PropertyDateRangeThe range of dates selected in this calendar.  
PropertyIsRangeSelectedIndicates whether a range of dates is currently selected in this calendar.  
PropertyTimeThe time associated with this calendar.  
Top
Public Methods
 NameDescription
MethodSetDateSets the date of the calendar.  
MethodSetDateRangeOverloaded. Sets the specified date range using a DateRange value.  
MethodSetTimeSets the time of this calendar.  
Top