org.gedcomx.date
Class GedcomxDateUtil.Date

java.lang.Object
  extended by org.gedcomx.date.GedcomxDateUtil.Date
Enclosing class:
GedcomxDateUtil

protected static class GedcomxDateUtil.Date
extends Object

A simplified representation of a date. Used as a bag-o-properties when performing caluclations


Field Summary
 Integer day
           
 Integer hours
           
 Integer minutes
           
 Integer month
           
 Integer seconds
           
 Integer year
           
 
Constructor Summary
GedcomxDateUtil.Date()
           
GedcomxDateUtil.Date(GedcomxDateSimple simple, boolean adjustTimezone)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

year

public Integer year

month

public Integer month

day

public Integer day

hours

public Integer hours

minutes

public Integer minutes

seconds

public Integer seconds
Constructor Detail

GedcomxDateUtil.Date

public GedcomxDateUtil.Date()

GedcomxDateUtil.Date

public GedcomxDateUtil.Date(GedcomxDateSimple simple,
                            boolean adjustTimezone)


Copyright © 2015. All rights reserved.