Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.02 KB

jsonarray-add-duration-method.md

File metadata and controls

38 lines (30 loc) · 1.02 KB
title description ms.author ms.date ms.topic author ms.reviewer
JsonArray.Add(Duration) Method
Adds a new value at the end of the JsonArray.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

JsonArray.Add(Duration) Method

Version: Available or changed with runtime version 1.0.

Adds a new value at the end of the JsonArray.

Syntax

 JsonArray.Add(Value: Duration)

Parameters

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

Value
 Type: Duration

See Also

JsonArray Data Type
Get Started with AL
Developing Extensions