Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
DeferredTiming Class
Represents timing for a transaction that occurs in the future.
Namespace
DeferredTiming Constructors
The following are constructors for DeferredTiming.
DeferredTiming(deferredDate)
Creates a new instance of the RichMessaging.DeferredTiming class.
Signature
public DeferredTiming(Datetime deferredDate)
Parameters
- deferredDate: Type: Datetime The deferred date.
DeferredTiming Properties
The following are properties for DeferredTiming.
deferredDate
The deferred date. Invocable variable.
Signature
public Datetime deferredDate {get; set;}
Property Value
Type: Datetime
deferredDateValue
The deferred date. Enabled for Lightning components.
Signature
public Datetime deferredDateValue {get; set;}
Property Value
Type: Datetime
timingType
Always returns “DeferredTiming”.
Signature
public String timingType {get; set;}
Property Value
Type: String