public property O2GOrderTableRow.StatusTime

Brief

Gets the date and time of the last update of the order state.

Declaration
C#
DateTime  StatusTime get;

Details

The time zone is defined by the system properties SERVER_TIME_UTC and BASE_TIME_ZONE (see O2GSystemPropertiesReader.Properties).

Declared in O2GOrderRow

back