set7DayNames()

Change the names of the seven days in the week for this date.

Syntax

public void set7DayNames(String[] dayNames)
 

Parameters

dayNames
An array of strings containing the seven days in a week. The first element should be the equivalent of Monday.

Return values

None.

Exceptions

DtpDateException - When exactly seven days are not specified.

See also

get7DayNames(), set7DayNamesToDefault()

Copyright IBM Corp. 2003