PMSymbol Property

DTS Programming

DTS Programming

PMSymbol Property

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.

Applies To
DataPumpTransformDateTimeString Object
Syntax

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

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT PMSymbol(BSTR* pRetVal);

HRESULT PMSymbol(BSTR pRetVal);

Remarks

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]

See Also

AMSymbol Property

InputFormat Property

OutputFormat Property