GetSendTime

Returns a timestamp for the beginning or end of a list, data extension (DE), or manual send at the job or individual subscriber level.

The value that the function returns is in Central Standard Time (CST) without daylight saving time.

The GetSendTime() function has one parameter:

  • boolAllSubscribers (boolean): If true, the function returns the job publish time or time at which the job started. If false, the function returns the timestamp at which the send completed for the individual subscriber. The default value is false.

To return the time at which the send completed for an individual subscriber, call the GetSendTime() function without any parameters.

You can also return the time at which the job started or was published by passing the boolAllSubscribers parameter.

This table shows how the results that the Now() and GetSendTime() functions return vary in different situations.

FunctionDuring a sendAfter a list, DE, or manual sendAfter a triggered or journey send
GetSendTime()Current system timeIndividual subscriber send completed timeIndividual subscriber send completed time
GetSendTime(true)Current system timeJob start timeJob publish time
Now()Current system timeCurrent system timeCurrent system time
Now(true)Current system timeJob start timeJob publish time