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.
Namespace: EWSoftware.PDI.Windows.FormsAssembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2023.1.2.0
public bool ShowEndTime { get; set; }
Public Property ShowEndTime As Boolean
Get
Set
public:
property bool ShowEndTime {
bool get ();
void set (bool value);
}
member ShowEndTime : bool with get, set
Property Value
Boolean 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.