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