Class: Axiom::Types::Time

Inherits:
Object show all
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

-0x7FFFFFFF
MAXIMUM_SECONDS =
0x7FFFFFFF

Method Summary

Methods included from ValueComparable

extended, finalize

Methods inherited from Object

finalize, infer

Methods inherited from Type

constraint, finalize, include?, includes, infer, new

Methods included from Options

#accept_options