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

skype.SkypeChatDateFormat Maven / Gradle / Ivy

The newest version!
package skype;

import java.util.Date;

public interface SkypeChatDateFormat {

	String format(Date time);

	Date parse(String time);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy