 | FullDateTimePickerTimeFormat Property |
Gets or sets the format of the time portion of the control.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic FullDateTimePickerTimeFormat TimeFormat { get; set; }
Public Property TimeFormat As FullDateTimePickerTimeFormat
Get
Set
public:
property FullDateTimePickerTimeFormat TimeFormat {
FullDateTimePickerTimeFormat get ();
void set (FullDateTimePickerTimeFormat value);
}
Request Example
View SourceProperty Value
Type:
FullDateTimePickerTimeFormatThe time format.
See Also