Date

Use the date [Date] object to add or update date or datetime information.

The XML API uses the Date object as a substructure to pass date and time information when reading, adding or updating any type of records including such information.

The XML API and SOAP API use the Date object to specify a comparison date for date filters. See Filtering and Date Filters Usage.

The XML API command Time and SOAP API command servertime() return the current time on the OpenAir servers as a Date object.

XML

SOAP

Object

Date

oaDate

The Date object has the following properties:

XML / SOAP

Database

Description

year

Year (YYYY). Must be a four-digit number.

month

Month (MM). Must be a two-digit number.

day

Day (DD). Must be a two-digit number.

hour

Hour (HH). Must be a two-digit number.

minute

Minute (MM). Must be a two-digit number.

second

Second (SS). Must be a two-digit number.