RecurrencePropertiesDlgShowEndTime Property

This property is used to get or set whether or not the time value on the "End by Date" option is visible and can be set.

Definition

Namespace: EWSoftware.PDI.Windows.Forms
Assembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2023.1.2.0
public bool ShowEndTime { get; set; }

Property Value

Boolean

Remarks

If visible (the default), the end time can also be set for the "End by Date" option. If not visible, the time value on the "End by Date" option will always be 12:00am.

See Also