The implementation of this interface may be mutable or immutable. This interface only gives access to retrieve data, never to change it.
Methods in your application should be defined using ReadableInstant
as a parameter if the method only wants to read the instant without needing to know the specific datetime fields.
@author Stephen Colebourne
@since 1.0
|
|
|
|