Aqualogic Interaction API  
 

IPTServerConfigSettings.GetSettingAsXPDateTime Method 

Returns the specified global Plumtree setting as a XPDateTime. If the setting is not recognized, will throw PT_RESULTCODES.PT_E_INVALIDARG. If the setting is recognized, but is not a datetime, will throw a ClassCastException.

XPDateTime GetSettingAsXPDateTime(
   int iSettingID
);

Parameters

iSettingID
is the ID of the setting to return. See {@link com.plumtree.server.PT_SERVER_CONFIG_SETTINGNAME PT_SERVER_CONFIG_SETTINGNAME} for allowed values.

Return Value

The value of the setting, as XPDateTime

See Also

IPTServerConfigSettings Interface | com.plumtree.server Namespace