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