link start!
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package javax.baja.platform.time;
|
||||
|
||||
public interface TimeManager {
|
||||
String getLocale();
|
||||
|
||||
boolean isTimeZoneSupported(String str);
|
||||
|
||||
void saveProperties();
|
||||
|
||||
boolean setLocale(String str);
|
||||
|
||||
boolean setTimeZone(String str);
|
||||
|
||||
boolean setTimeZone(String str, boolean z);
|
||||
}
|
||||
Reference in New Issue
Block a user