DateTimeInput.OutputFormat Property

Definition

Gets or sets the expression to use to format the result.

public AdaptiveExpressions.Expression OutputFormat { get; set; }
member this.OutputFormat : AdaptiveExpressions.Expression with get, set
Public Property OutputFormat As Expression

Property Value

an expression.

Remarks

The default output is an array of DateTimeResolutions, this property is an expression which is evaluated to determine the output of the dialog.

Applies to