AMSymbol Property

DTS Programming

DTS Programming

AMSymbol Property

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.

Applies To
DataPumpTransformDateTimeString Object
Syntax

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

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT AMSymbol(BSTR* pRetVal);

HRESULT AMSymbol(BSTR pRetVal);

Remarks

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]

See Also

InputFormat Property

OutputFormat Property

PMSymbol Property