Aqualogic Interaction API  
 

IPTSession.GetSettingsAsXPDateTime Method 

Retrieve session-wide settings.

XPDateTime GetSettingsAsXPDateTime(
   int iSetting
);

Parameters

iSetting
- The ID of the setting to retrieve. Valid values are below from the PT_SESSION_SETTINGS enumeration: PT_SESSION_SETTINGS.PT_SESSION_CURRENTSERVERTIME (Current server date/time. Can be called before connecting)

Return Value

The value associated with the passed-in setting id.

See Also

IPTSession Interface | com.plumtree.server Namespace