Table of Contents

Class DatePicker

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

Custom control used to display a date. Make sure that AllowOverlappingWidgets is set to true when you use this control.

[Obsolete("Use a DateTimePicker with the LongDate or ShortDate format.")]
public class DatePicker : Section
Inheritance
DatePicker
Inherited Members
Extension Methods

Constructors

DatePicker()

Initializes a new instance of the DatePicker class.

DatePicker(DateTime)

Initializes a new instance of the DatePicker class.

Properties

Date

Gets or sets the date that is displayed by the control.

Day

Gets the day that is displayed by the control.

DayNumeric

Gets the numeric widget that holds the day in this control.

Month

Gets the month that is displayed by the control.

MonthDropDown

Gets the drop down widget that holds the month in this control.

Year

Gets the year that is displayed by the control.

YearNumeric

Gets the numeric widget that holds the year in this control.

Events

Changed

Triggered when a different date is picked.