Namespace: Consultingwerk
Interface 
IJsonDateTypeFormatter Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object




Top Method Summary
Options Name Purpose
Add (JsonObject, character, date) Adds a ABL Date property to the JsonObject
Add (JsonObject, character, datetime) Adds a ABL Date property to the JsonObject
Add (JsonObject, character, datetime-tz) Adds a ABL Date property to the JsonObject
DATE GetDate (JsonObject, character) Returns the ABL Date value for a Json property
DATETIME GetDateTime (JsonObject, character) Returns the ABL DateTime value for a Json property
DATETIME-TZ GetDateTimeTz (JsonObject, character) Returns the ABL DateTime-TZ value for a Json property


Method Detail
Top

Add (JsonObject, character, date)

Purpose: Adds a ABL Date property to the JsonObject
Notes:

Parameters:
poJsonObject Progress.Json.ObjectModel.JsonObject
The reference to the source JsonObject
pcProperty CHARACTER
The name of the property in the JsonObject
pdtDate DATE
The date value
Top

Add (JsonObject, character, datetime)

Purpose: Adds a ABL Date property to the JsonObject
Notes:

Parameters:
poJsonObject Progress.Json.ObjectModel.JsonObject
The reference to the source JsonObject
pcProperty CHARACTER
The name of the property in the JsonObject
pdtDate DATETIME
The datetime value
Top

Add (JsonObject, character, datetime-tz)

Purpose: Adds a ABL Date property to the JsonObject
Notes:

Parameters:
poJsonObject Progress.Json.ObjectModel.JsonObject
The reference to the source JsonObject
pcProperty CHARACTER
The name of the property in the JsonObject
pdtDate DATETIME-TZ
The datetime-tz value
Top

DATE GetDate (JsonObject, character)

Purpose: Returns the ABL Date value for a Json property
Notes:

Parameters:
poJsonObject Progress.Json.ObjectModel.JsonObject
The reference to the source JsonObject
pcProperty CHARACTER
The name of the property in the JsonObject
Returns DATE
The resulting DATE value
Top

DATETIME GetDateTime (JsonObject, character)

Purpose: Returns the ABL DateTime value for a Json property
Notes:

Parameters:
poJsonObject Progress.Json.ObjectModel.JsonObject
The reference to the source JsonObject
pcProperty CHARACTER
The name of the property in the JsonObject
Returns DATETIME
The resulting DATETIME value
Top

DATETIME-TZ GetDateTimeTz (JsonObject, character)

Purpose: Returns the ABL DateTime-TZ value for a Json property
Notes:

Parameters:
poJsonObject Progress.Json.ObjectModel.JsonObject
The reference to the source JsonObject
pcProperty CHARACTER
The name of the property in the JsonObject
Returns DATETIME-TZ
The resulting DATETIME-TZ value


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:04:36