TriggerPropertyDateTimeValue Property
This is overridden to set or get the date/time to use for the trigger expressed in local time. If
set, the
DurationValue will be ignored.
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override DateTime DateTimeValue { get; set; }
Public Overrides Property DateTimeValue As DateTime
Get
Set
public:
virtual property DateTime DateTimeValue {
DateTime get () override;
void set (DateTime value) override;
}
abstract DateTimeValue : DateTime with get, set
override DateTimeValue : DateTime with get, set
Property Value
DateTime