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

com.github.bingoohuang.utils.time.DateSpanAware Maven / Gradle / Ivy

The newest version!
package com.github.bingoohuang.utils.time;

public interface DateSpanAware {
    String getStartDate();

    String getEndDate();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy