Class BusinessDurationService

java.lang.Object
com.timeanddate.services.BaseService
com.timeanddate.services.BusinessDurationService

public class BusinessDurationService extends BaseService
Author:
Daniel Alvsåker <daniel@timeanddate.com>
  • Constructor Details

    • BusinessDurationService

      public BusinessDurationService(String accessKey, String secretKey) throws AuthenticationException
      The businessduration service can be used to calculate the number of business days between a specified start date and end date.
      Parameters:
      accessKey - Access key.
      secretKey - Secret key.
      Throws:
      AuthenticationException - Encryption of the authentication failed
  • Method Details