getStatusTimeStamp

Description

Gets the date and time that the gateway changed its online status.

Syntax

date-time object = getStatusTimeStamp()

See also

getCustomAwayMessage, getStatusAsString, isOnline, setStatus, Using the GatewayHelper object in Using the Instant Messaging Event Gateways in ColdFusion MX Developer’s Guide

Returns

The date and time that the gateway changed its online status, normally by calling the setStatus gatewayHelper object method.

Example

See GatewayHelper example, in Using the Instant Messaging Event Gateways in ColdFusion MX Developer’s Guide, which uses all GatewayHelper class methods.