GetMonthShortName Method

DTS Programming

DTS Programming

GetMonthShortName Method

The GetMonthShortName method returns the short name (3-character abbreviation) for the specified month.

Applies To
DataPumpTransformDateTimeString Object
Syntax

[string =] object.GetMonthShortName(monthnumber)

Part Description
string Short name (3-character abbreviation) of the specified month
object Expression that evaluates to a DataPumpTransformDateTimeString object
monthnumber Number of the month

Remarks

The valid month numbers are from 1 through 12.

Prototype (C/C++)

HRESULT GetMonthShortName(
long MonthNumber,
BSTR* pRetVal);

See Also

Adding DTS Transformations

GetMonthLongName Method

Month??ShortName Property

SetMonthShortName Method