The GetDayShortName method returns the short name (3-character abbreviation) for the specified day of the week.
[string =] object.GetDayShortName(daynumber)
Part | Description |
---|---|
string | Short name (3-character abbreviation) 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 GetDayShortName(
long DayNumber,
BSTR* pRetVal);