Jaa


ContinueConversationLater.Date Property

Definition

Gets or sets the expression which resolves to the date/time to continue the conversation.

public AdaptiveExpressions.Properties.StringExpression Date { get; set; }
member this.Date : AdaptiveExpressions.Properties.StringExpression with get, set
Public Property Date As StringExpression

Property Value

date/time string in ISO 8601 format to continue conversation.

Examples

=addHour(utcNow(), 1).

Applies to