Table of Contents

Class CalendarDescription

The description of an SAPUI5 Calendar test object.

Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public class CalendarDescription : WebElementDescription, ICloneable, IDescription

Constructors

CalendarDescription()

Declaration
public CalendarDescription()

Properties

Date

The date currently set in the calendar.

Declaration
public DateTime? Date { get; set; }
Property Value
Type Description
DateTime?

IsEnabled

Indicates whether the calendar is enabled.

Declaration
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

Locale

The locale of the application running the calendar.

Declaration
public StringProperty Locale { get; set; }
Property Value
Type Description
StringProperty

Implements

ICloneable
IDescription