Table of Contents

Class CalendarDescription

Namespace
HP.LFT.SDK.StdWin
Assembly
HP.LFT.SDK.dll

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

DateTime?

State

The check box status of the Calendar test object. Possible values: CheckedState

public CheckedState? State { get; set; }

Property Value

CheckedState?