"displayedSections"

This attribute holds the currently displayed sections.

Synopsis

shape.displayedSections(string sections);

Parameter

Parameter Description
shape Name of the object.
sections Currently displayed sections

Description

This attribute holds the currently displayed sections. In case of displayFormat "HH:mm", the attribute holds the string "MinuteSection|HourSection".

Example

main()
{
  DateTimeEdit_ewo1.displayedSections();
}

Assignment

DateTimeEdit Widget