 | FullDateTimePickerUTCPrompt Property |
Gets or sets the text prompt for the UTC CheckBox. Leave blank to remove the CheckBox.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax[DefaultValueAttribute("Synchronize across time zones")]
[BindableAttribute(true)]
public string UTCPrompt { get; set; }
Request Example
View SourceProperty Value
StringThe text prompt for the UTC CheckBox.
See Also