FragmentDateTime#

public abstract class FragmentDateTime implements DateTimeInterface#

Fields#

dom#

protected Integer dom#

hour#

protected Integer hour#

minute#

protected Integer minute#

month#

protected Integer month#

nanosecond#

protected Integer nanosecond#

second#

protected Integer second#

timeZone#

protected TimeZone timeZone#

year#

protected Integer year#

Constructors#

FragmentDateTime#

public FragmentDateTime(Integer year, Integer month, Integer dom, Integer hour, Integer minute, Integer second, Integer nanosecond, TimeZone tz)#

Methods#

equals#

public boolean equals(Value val)#