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