SetMonthShortName Method

DTS Programming

DTS Programming

SetMonthShortName Method

The SetMonthShortName method sets the short name (3-character abbreviation) for the specified month.

Applies To
DataPumpTransformDateTimeString Object
Syntax

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

Remarks

The valid month numbers are from 1 through 12.

Prototype (C/C++)

HRESULT SetMonthShortName(
long MonthNumber,
BSTR NewValue);

See Also

Adding DTS Transformations

GetMonthShortName Method

Month??ShortName Property

SetMonthLongName Method