Class CalendarDescription
The description of a standard Windows Calendar test object.
public class CalendarDescription : UiObjectWithLayoutInfoDescription, ICloneable, IDescription
- Inheritance
-
CalendarDescription
- Implements
- Inherited Members
Constructors
CalendarDescription()
public CalendarDescription()
Properties
Date
The date associated with the Calendar object. Note: Date, Time and DateRange are mutually exclusive, you should set either one of them or none of them.
public DateTime? Date { get; set; }
Property Value
State
The check box status of the Calendar test object. Possible values: CheckedState
public CheckedState? State { get; set; }