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.
RecurringTiming Class
Namespace
RecurringTiming Constructors
The following are constructors for RecurringTiming.
RecurringTiming(startDate, endDate, intervalCount, intervalUnit)
Signature
public RecurringTiming(Date startDate, Date endDate, Integer intervalCount, RichMessaging.TimingIntervalUnit intervalUnit)
Parameters
- startDate: Type: Date The start date. Invocable variable.
- endDate: Type: Date The end date. Invocable variable.
- intervalCount: Type: Integer The number of interval units that make up the total payment interval. Invocable variable.
- intervalUnit: Type: RichMessaging.TimingIntervalUnit The amount of time—in calendar units, such as day, month, or year—that represents a fraction of the total payment interval. Invocable variable.
RecurringTiming Properties
The following are properties for RecurringTiming.
endDate
Signature
public Date endDate {get; set;}
Property Value
Type: Date
endDateValue
Signature
public Date endDateValue {get; set;}
Property Value
Type: Date
intervalCount
Signature
public Integer intervalCount {get; set;}
Property Value
Type: Integer
intervalCountValue
Signature
public Integer intervalCountValue {get; set;}
Property Value
Type: Integer
intervalUnit
Signature
public String intervalUnit {get; set;}
Property Value
Type: String
intervalUnitValue
Signature
public RichMessaging.TimingIntervalUnit intervalUnitValue {get; set;}
Property Value
startDate
Signature
public Date startDate {get; set;}
Property Value
Type: Date
startDateValue
Signature
public Date startDateValue {get; set;}
Property Value
Type: Date
timingType
Signature
public String timingType {get; set;}
Property Value
Type: String