Table of Contents

Class CalendarDescription

Namespace
HP.LFT.SDK.SAP.UI5
Assembly
HP.LFT.SDK.dll

The description of an SAPUI5 Calendar test object.

public class CalendarDescription : WebElementDescription, ICloneable, IDescription
Inheritance
CalendarDescription
Implements
Inherited Members

Constructors

CalendarDescription()

public CalendarDescription()

Properties

Date

The date currently set in the calendar.

public DateTime? Date { get; set; }

Property Value

DateTime?

IsEnabled

Indicates whether the calendar is enabled.

public bool? IsEnabled { get; set; }

Property Value

bool?

Locale

The locale of the application running the calendar.

public StringProperty Locale { get; set; }

Property Value

StringProperty