GetDayLongName Method

DTS Programming

DTS Programming

GetDayLongName Method

The GetDayLongName method returns the long (full) name for the specified day of the week.

Applies To
DataPumpTransformDateTimeString Object
Syntax

[string =] object.GetDayLongName(daynumber)

Part Description
string Long (full) name 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 GetDayLongName(
    long DayNumber,
    BSTR* pRetVal);

See Also

Adding DTS Transformations

Day?LongName Property

GetDayShortName Method

SetDayLongName Method