de.jaret.util.date
Class TimeHelper

java.lang.Object
  extended by de.jaret.util.date.TimeHelper

public class TimeHelper
extends Object

Some methods helping to deal with time values.

Version:
$Id: TimeHelper.java 242 2007-02-11 21:05:07Z olk $
Author:
Peter Kliem

Constructor Summary
TimeHelper()
           
 
Method Summary
static String secondsToString(int sec, boolean includeSeconds)
           
static int timeStringToSeconds(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeHelper

public TimeHelper()
Method Detail

secondsToString

public static String secondsToString(int sec,
                                     boolean includeSeconds)

timeStringToSeconds

public static int timeStringToSeconds(String str)
                               throws ParseException
Throws:
ParseException


Copyright © 2013. All Rights Reserved.