Trigger PropertyDate Time Value 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.
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public override DateTime DateTimeValue { get; set; }VB
Public Overrides Property DateTimeValue As DateTime
Get
SetC++
public:
virtual property DateTime DateTimeValue {
DateTime get () override;
void set (DateTime value) override;
}F#
abstract DateTimeValue : DateTime with get, set
override DateTimeValue : DateTime with get, set