TimePickerFormItemTime Property |
Gets or sets the time that will be displayed by the time picker.
Namespace: Geocortex.Forms.Client.ItemsAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic Nullable<DateTime> Time { get; set; }
Public Property Time As Nullable(Of DateTime)
Get
Set
Property Value
Type:
NullableDateTime
See Also