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