|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
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 |
Top
PUBLIC Add (JsonObject, character, date)
|
|||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Add (JsonObject, character, datetime)
|
|||||||||||||||||||||||||
PUBLIC Add (JsonObject, character, datetime-tz)
|
|||||||||||||||||||||||||
PUBLIC DATE GetDate (JsonObject, character)
|
|||||||||||||||||||||||||
PUBLIC DATETIME GetDateTime (JsonObject, character)
|
|||||||||||||||||||||||||
PUBLIC DATETIME-TZ GetDateTimeTz (JsonObject, character)
|