Class CalendarDescription
The description of a standard Windows Calendar test object.
Inheritance
CalendarDescription
Inherited Members
Namespace: HP.LFT.SDK.StdWin
Assembly: HP.LFT.SDK.dll
Syntax
public class CalendarDescription : UiObjectWithLayoutInfoDescription, ICloneable, IDescription
Constructors
CalendarDescription()
Declaration
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.
Declaration
public DateTime? Date { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
State
The check box status of the Calendar test object. Possible values: CheckedState
Declaration
public CheckedState? State { get; set; }
Property Value
| Type | Description |
|---|---|
| CheckedState? |