public property O2GMessageTableRow.Time

Brief

Gets the date and time when the recipient receives the message.

Declaration
C#
DateTime  Time get;

Details

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

Declared in O2GMessageRow

back