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