public static TimeUtil Instance() { if (instance == null) instance = new TimeUtil(); return instance; }