SetDayLongName Method

DTS Programming

DTS Programming

SetDayLongName Method

The SetDayLongName method sets the long (full) name for the specified day of the week.

Applies To
DataPumpTransformDateTimeString Object
Syntax

object.SetDayLongName(daynumber) = string

Part Description
object Expression that evaluates to a DataPumpTransformDateTimeString object
daynumber Number of the day of the week
string Long (full) name of the specified day of week

Remarks

The valid day numbers are from 1 through 7.

Prototype (C/C++)

HRESULT SetDayLongName(
long DayNumber,
BSTR NewValue);

See Also

Adding DTS Transformations

Day?LongName Property

GetDayLongName Method

SetDayShortName Method