SetDayShortName Method

DTS Programming

DTS Programming

SetDayShortName Method

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

Applies To
DataPumpTransformDateTimeString Object
Syntax

object.SetDayShortName(daynumber) = string

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

Remarks

The valid day numbers are from 1 through 7.

Prototype (C/C++)

HRESULT SetDayShortName(
long DayNumber,
BSTR NewValue);

See Also

Adding DTS Transformations

Day?ShortName Property

GetDayShortName Method

SetDayLongName Method