Package com.tailf.ncs.maapi
Class Schema.CsValueDateTime.Reader
Object
org.capnproto.StructReader
com.tailf.ncs.maapi.Schema.CsValueDateTime.Reader
- Enclosing class:
 - Schema.CsValueDateTime
 
public static final class Schema.CsValueDateTime.Reader
extends org.capnproto.StructReader
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.capnproto.StructReader
org.capnproto.StructReader.Factory<T extends Object> - 
Method Summary
 
- 
Method Details
- 
getYear
public final short getYear() - 
getMonth
public final byte getMonth() - 
getDay
public final byte getDay() - 
getHour
public final byte getHour() - 
getMin
public final byte getMin() - 
getSec
public final byte getSec() - 
getMicro
public final int getMicro() - 
getTimezone
public final byte getTimezone() - 
getTimezoneMinutes
public final byte getTimezoneMinutes() 
 -