C# Syntax
public interface ICalendarBase
Name | Description | |
---|---|---|
Date | The date associated with this calendar. | |
DateRange | The range of dates selected in this calendar. | |
IsRangeSelected | Indicates whether a range of dates is currently selected in this calendar. | |
Time | The time associated with this calendar. |
Name | Description | |
---|---|---|
SetDate | Sets the date of the calendar. | |
SetDateRange | Overloaded. Sets the specified date range using a DateRange value. | |
SetTime | Sets the time of this calendar. |