 | FullDateTimePickerValue Property |
Gets or sets the value.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic DateTime Value { get; set; }
Public Property Value As DateTime
Get
Set
public:
property DateTime Value {
DateTime get ();
void set (DateTime value);
}
Request Example
View SourceProperty Value
Type:
DateTimeThe value.
See Also