The PMSymbol property specifies or returns the string to be used to indicate a time format after noon when a 12-hour time format is specified.
object.PMSymbol [= string]
Part | Description |
---|---|
object | Expression that evaluates to a DataPumpTransformDateTimeString object |
string | Suffix string to indicate a time format after noon for a 12-hour time format |
String
Read/write
HRESULT PMSymbol(BSTR* pRetVal);
HRESULT PMSymbol(BSTR pRetVal);
The default value is the English "PM".
The property also can be referenced through the TransformServerProperties collection with the following code:
Set transprops = transform.TransformServerProperties
transprops("PMSymbol") [= string]