The SetDayShortName method sets the short name (3-character abbreviation) for the specified day of the week.
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 |
The valid day numbers are from 1 through 7.
HRESULT SetDayShortName(
long DayNumber,
BSTR NewValue);