GetDayShortName Method

DTS Programming

DTS Programming

GetDayShortName Method

The GetDayShortName method returns the short name (3-character abbreviation) for the specified day of the week.

Applies To
DataPumpTransformDateTimeString Object
Syntax

[string =] object.GetDayShortName(daynumber)

Part Description
string Short name (3-character abbreviation) of the specified day of week
object Expression that evaluates to a DataPumpTransformDateTimeString object
daynumber Number of the day of the week

Remarks

The valid day numbers are from 1 through 7.

Prototype (C/C++)

HRESULT GetDayShortName(
    long DayNumber,
    BSTR* pRetVal);

See Also

Adding DTS Transformations

Day?ShortName Property

GetDayLongName Method

SetDayShortName Method