Class PChronos

java.lang.Object
  extended by PChronos

public class PChronos
extends java.lang.Object

PChronos.java August 5, 2003 PChronos is a program that runs chronos externally. This returns the time in the specified system and format.
parameters are:

                PARAMETER       the parameter you want to return ie) $PARAMETER = value
                CHRONOS         the complete path of the chronos.exe file.
                SETUP           the complete path of the setup file.
                FROM            the time system the time is in ie) UTC.
                FTYPE           the time type that the time is in ie) SCET.
                TO                      the time system you want to output from the program. 
                TTYPE           the time type that you want to output from the program. 
                TIME            the time you want to convert to a different time system. 
                FORMAT          the format you want the output time to appear in.
                NO_LABEL        if you don't want the label on the output time.
             
default values:
                NO_LABEL = true
              

Since:
1.0

Constructor Summary
PChronos()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PChronos

public PChronos()
Method Detail

main

public static void main(java.lang.String[] args)