com.groiss.cal
Interface Holidays


public interface Holidays

Interface for customizing the holidays.


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

Method Detail

isHoliday

java.lang.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.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.