TimePickerFormItemInitialTime Property |
Gets or sets the initial time of the time picker when not using the current time.
Namespace: Geocortex.Forms.Client.ItemsAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic Nullable<DateTime> InitialTime { get; set; }
Public Property InitialTime As Nullable(Of DateTime)
Get
Set
Property Value
Type:
NullableDateTime
See Also