Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.19 KB

variant-isdateformula-method.md

File metadata and controls

40 lines (34 loc) · 1.19 KB
title description ms.author ms.date ms.tgt_pltfrm ms.topic author
Variant.IsDateFormula() Method
Indicates whether an AL variant contains a DateFormula variable.
solsen
02/26/2024
na
reference
SusanneWindfeldPedersen

Variant.IsDateFormula() Method

Version: Available or changed with runtime version 1.0.

Indicates whether an AL variant contains a DateFormula variable.

Syntax

Ok :=   Variant.IsDateFormula()

Note

This method can be invoked using property access syntax.

Parameters

Variant
 Type: Variant
An instance of the Variant data type.

Return Value

Ok
 Type: Boolean
true if the AL variant contains a DateFormula variable, otherwise false.

See Also

Variant Data Type
Get Started with AL
Developing Extensions