2359Separator property: Regional Settings class
Description
This property specifies the afternoon designator. This property takes a string value up to five characters. The default value is PM.
Use the 1159Separator property to specify the morning designator.
This property is read/write.
Considerations Using the 2359Separator Property
You cannot use this property as you would other properties. You must use the ObjectGetProperty function for accessing the property. For example:
Local ApiObject &SESSION;
Local ApiObject ®
/** Get Session ApiObject **/
&SESSION = %Session;
® = &SESSION.RegionalSettings;
®_LNG = &SESSION.RegionalSettings.LanguageCd;
&AfternoonDesigination = ObjectGetProperty(®, "2359Separator");