TapKit::Time

Class/Module:
Class
In:
lib/tapkit/control/date_and_time.rb
Parent:
Object

Methods

+
-
<=>
am?
inspect
new
new_with_time
now
parse
pm?
to_s
to_time

Attributes

hour [RW]
minute [RW]
second [RW]

Included modules

Comparable

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()