ICultureInfo.AbbreviatedDayName

Syntax

AbbreviatedDayName(DayIndex: Integer): String;

Parameters

DayIndex. Index of the day of the week, which abbreviated name should be obtained.

The following values of the parameter are available:

1 - Monday.

2 - Tuesday.

3 - Wednesday.

4 - Thursday.

5 - Friday.

6 - Saturday.

0, 7 - Sunday.

Description

The AbbreviatedDayName property returns the abbreviated name of a day of the week with the specified index.

Example

The example of use is given in description of the ICultureInfo.DayName property.

See also:

ICultureInfo