method net.sourceforge.pebble.util.RelativeDate__static_ init










method void net.sourceforge.pebble.util.RelativeDate(long )
postthis.time == time
postinit'ed(this.time)










method long getDays()
preinit'ed(this.time)
postreturn_value == this.time/86_400_000
postreturn_value in -106_751_991_167..213_503_982_334










method long getHours()
preinit'ed(this.time)
postreturn_value == (this.time%86_400_000)/3_600_000
postreturn_value in -23..23










method long getMinutes()
preinit'ed(this.time)
postreturn_value == ((this.time%86_400_000)%3_600_000)/ 60_000
postreturn_value in -59..59










method long getSeconds()
preinit'ed(this.time)
postreturn_value == (((this.time%86_400_000)%3_600_000) %60_000)/1_000
postreturn_value in -59..59