Class JsScTicks

java.lang.Object
  extended byJsScTicks
All Implemented Interfaces:
JsDate

public class JsScTicks
extends java.lang.Object
implements JsDate


Method Summary
 JsScClock toClock(int Spacecraft)
           
 JsEt toEt()
           
 java.lang.String toString()
           
 JsScTicks toTicks(int Spacecraft)
           
 JsUtc toUtc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface JsDate

toEt

public JsEt toEt()
          throws java.lang.Exception
Specified by:
toEt in interface JsDate
Throws:
java.lang.Exception

toUtc

public JsUtc toUtc()
            throws java.lang.Exception
Specified by:
toUtc in interface JsDate
Throws:
java.lang.Exception

toTicks

public JsScTicks toTicks(int Spacecraft)
                  throws java.lang.Exception
Specified by:
toTicks in interface JsDate
Throws:
java.lang.Exception

toClock

public JsScClock toClock(int Spacecraft)
                  throws java.lang.Exception
Specified by:
toClock in interface JsDate
Throws:
java.lang.Exception