TimePickerFormItemInitialTime Property
Gets or sets the initial time of the time picker when not using the current time.

Namespace: Geocortex.Forms.Client.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public Nullable<DateTime> InitialTime { get; set; }

Property Value

Type: NullableDateTime
See Also