gov.nasa.pds.tools.label
Class DateTime

java.lang.Object
  extended by gov.nasa.pds.tools.label.Scalar
      extended by gov.nasa.pds.tools.label.DateTime
All Implemented Interfaces:
Value

public class DateTime
extends Scalar

Version:
$Revision: 2606 $
Author:
pramirez

Constructor Summary
DateTime(java.util.Date date)
           
DateTime(java.lang.String value)
           
 
Method Summary
 java.util.Date getDate()
           
 
Methods inherited from class gov.nasa.pds.tools.label.Scalar
getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DateTime

public DateTime(java.lang.String value)
         throws java.text.ParseException
Parameters:
value -
Throws:
java.text.ParseException

DateTime

public DateTime(java.util.Date date)
Method Detail

getDate

public java.util.Date getDate()


Copyright © 2005-2007 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.