Class: Axiom::Types::Time
- Extended by:
- ValueComparable
- Defined in:
- lib/axiom/types/time.rb
Overview
Represents a date time type
Constant Summary collapse
- MINIMUM_SECONDS =
The minimum and maximum seconds for Time on 32-bit systems
-2**31
- MAXIMUM_SECONDS =
2**31 - 1
Instance Attribute Summary
Attributes included from ValueComparable
Method Summary
Methods included from ValueComparable
Methods inherited from Object
Methods inherited from Type
anonymous?, base, base?, constraint, finalize, include?, includes, infer, new