com.groiss.cal
Interface Holidays


public interface Holidays

Interface for customizing the holidays.


Method Summary
 String isHoliday(Calendar d)
          If the day is a holiday return the name (e.g.
 

Method Detail

isHoliday

String isHoliday(Calendar d)
If the day is a holiday return the name (e.g. "Easter Sunday"), otherwise the method should return null.

Returns:
the name of the holiday


@enterprise 8.0.10809 Copyright © 2001-2012 Groiss Informatics GmbH. All Rights Reserved.