Gets or sets the text associated with this control. Throws a FormatException if the specified text is not a valid date.
A string that represents the text associated with this control.
The string returned by this property is equivalent to the Value property with the appropriate formatting or custom formatting applied.
When setting this property, the string must be convertible to an instance of the DateTime class. It is possible to define a custom format that results in a string that cannot be converted to a valid DateTime value. Because of this, the string returned from the Text property might cause an error if it is passed back to the Text property. If the string cannot be converted to a date/time value, the DateTime class throws a FormatException.
TouchDateTimePicker Class | Resco.Controls.OutlookControls Namespace