GetMonthLongName Method

DTS Programming

DTS Programming

GetMonthLongName Method

The GetMonthLongName method returns the long (full) name for the specified month.

Applies To
DataPumpTransformDateTimeString Object
Syntax

[string =] object.GetMonthLongName(monthnumber)

Part Description
string Long (full) name 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 GetMonthLongName(
long MonthNumber,
BSTR* pRetVal);

See Also

Adding DTS Transformations

GetMonthShortName Method

Month??LongName Property

SetMonthLongName Method