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

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

There is a newer version: 1.3.7
Show newest version
package com.moengage.operator.date_extraction;

import java.util.TimeZone;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy