All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.moengage.operator.date_extraction.DayOfMonthOperation Maven / Gradle / Ivy

package com.moengage.operator.date_extraction;

import java.util.TimeZone;

public class DayOfMonthOperation> extends BaseOperation {
    public DayOfMonthOperation(TimeZone appTimeZone) {
        super(appTimeZone);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy