Package org.polkadot.types.primitive
Class Moment.MomentOf
- java.lang.Object
-
- java.util.Date
-
- org.polkadot.types.primitive.Moment
-
- org.polkadot.types.primitive.Moment.MomentOf
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Comparable<java.util.Date>,Codec,Compactable
- Enclosing class:
- Moment
public static class Moment.MomentOf extends Moment
The Substrate MomentOf representation as a Moment.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.polkadot.types.primitive.Moment
Moment.MomentOf
-
-
Constructor Summary
Constructors Constructor Description MomentOf(java.lang.Object value)
-
Method Summary
-
Methods inherited from class org.polkadot.types.primitive.Moment
bitLength, eq, getEncodedLength, isEmpty, toBn, toHex, toJson, toNumber, toString, toU8a
-
Methods inherited from class java.util.Date
after, before, clone, compareTo, equals, from, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toInstant, toLocaleString, UTC
-
-