User Guide

1032 Chapter 6: ColdFusion MX Event Gateway Reference
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 Chapter 43, “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 Chapter 43, “Using the Instant Messaging Event Gateways in
ColdFusion MX Developer’s Guide, which uses all GatewayHelper class methods.