Recurrence Properties DlgShow End Time 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: 2025.1.9.0
Assembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2025.1.9.0
C#
public bool ShowEndTime { get; set; }VB
Public Property ShowEndTime As Boolean
Get
SetC++
public:
property bool ShowEndTime {
bool get ();
void set (bool value);
}F#
member ShowEndTime : bool with get, setProperty Value
BooleanRemarks
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.