All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fabula.util.Time

java.lang.Object
   |
   +----fabula.util.Time

public class Time
extends Object
The class Time defines several methods for accessing time methods from java.


Method Index

 o Encode(int, int, int)
Encodes the time
 o Hour(Date)
Returns the hour of the time
 o Min(Date)
Returns the minute of the time
 o Now()
Returns the current time
 o Sec(Date)
Returns the seconds of the time
 o ToInt(Date)
Returns the time as integer contains the time in seconds
 o ZoneOffset()
Returns the Timezone offset from Greenwhichmeantime GMT to the local timezone

Methods

 o Encode
  public static Date Encode(int aHour,
                            int aMin,
                            int aSec)
Encodes the time

 o Now
  public static Date Now()
Returns the current time

 o Hour
  public static int Hour(Date D)
Returns the hour of the time

 o Min
  public static int Min(Date D)
Returns the minute of the time

 o Sec
  public static int Sec(Date D)
Returns the seconds of the time

 o ToInt
  public static long ToInt(Date D)
Returns the time as integer contains the time in seconds

 o ZoneOffset
  public static int ZoneOffset()
Returns the Timezone offset from Greenwhichmeantime GMT to the local timezone


All Packages  Class Hierarchy  This Package  Previous  Next  Index