get7DayNames()

Return the current names for the seven days in the week for this date.

Syntax

public String[ ] get7DayNames() 
 

Return values

An array of String objects containing the effective names for the seven days of the week.

Examples

DtpDate toDay = new DtpDate();
 String[] toDay.get7DayNames();
 

See also

set7DayNames(), set7DayNamesToDefault()

Copyright IBM Corp. 1997, 2003