interface TimeServiceParamsInterface {
    timeService: ESPRMServiceInterface;
    timeZoneParam: ESPRMServiceParamInterface;
}

Properties