The GetMonthLongName method returns the long (full) name for the specified month.
[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 |
The valid month numbers are from 1 through 12.
HRESULT GetMonthLongName(
long MonthNumber,
BSTR* pRetVal);