The SetMonthLongName method sets the long (full) name for the specified month.
object.SetMonthLongName(monthnumber) = string
Part | Description |
---|---|
object | Expression that evaluates to a DataPumpTransformDateTimeString object |
monthnumber | Number of the month |
string | Long (full) name of the specified month |
The valid month numbers are from 1 through 12.
HRESULT SetMonthLongName(
long MonthNumber,
BSTR NewValue);