Class CalendarDescription
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
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; }