Class
TapKit::Time
In:
lib/tapkit/control/date_and_time.rb
Parent:
Object
Methods
+
-
<=>
am?
inspect
new
new_with_time
now
parse
pm?
to_s
to_time
Included Modules
Comparable
External Aliases
minute
->
min
minute=
->
min=
second
->
sec
second=
->
sec=
Attributes
hour
[RW]
minute
[RW]
second
[RW]
Public Class methods
new
( hour = 0, minute = 0, second = 0 )
new_with_time
( time )
now
()
parse
( string )
Public Instance methods
+
( other )
-
( other )
<=>
( other )
am?
()
inspect
( meridiem = false )
Alias for
to_s
pm?
()
to_s
( meridiem = false )
to_time
()
[Validate]