Class PresentTime

java.lang.Object
   |
   +----PresentTime

public class PresentTime
extends Object
Class to generate the present time on the machine. The use of this class is in making time stamps in various log files. The method gettime() returns a String which contains the present time in `dd/mm/yy hr:min` format


Constructor Index

 o PresentTime()

Method Index

 o gettime()

Constructors

 o PresentTime
 public PresentTime()

Methods

 o gettime
 public String gettime()