Click or drag to resize
Task Scheduler Managed Class Library

FullDateTimePicker Properties

The FullDateTimePicker type exposes the following members.

Properties
  NameDescription
Public propertyAutoSize
Gets or sets a value indicating whether [auto size].
(Overrides UserControlAutoSize.)
Public propertyAutoSizeMode
Gets or sets how the control will resize itself.
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyText
Gets or sets the text associated with this control.
(Overrides UserControl.Text.)
Public propertyTimeFormat
Gets or sets the format of the time portion of the control.
Public propertyUtcCheckBehavior
Gets or sets how fields are processed when the Utc Checkbox is checked.
Public propertyUTCPrompt
Gets or sets the text prompt for the UTC CheckBox. Leave blank to remove the CheckBox.
Public propertyValue
Gets or sets the value.
Public propertyValueIsUTC
Gets a value indicating whether value is UTC.
Top
See Also