Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.12 KB

testfield-asdatetime-method.md

File metadata and controls

38 lines (32 loc) · 1.12 KB
title description ms.author ms.date ms.topic author ms.reviewer
TestField.AsDateTime() Method
Converts the value in a field on a test page to a DateTime data type.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

TestField.AsDateTime() Method

Version: Available or changed with runtime version 1.0.

Converts the value in a field on a test page to a DateTime data type.

Syntax

Result :=   TestField.AsDateTime()

Parameters

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

Return Value

Result
 Type: DateTime
The value of the field as a DateTime.

See Also

TestField Data Type
Get Started with AL
Developing Extensions