class Croft::Date

Defined in:

croft/date.cr

Constructors

Instance Method Summary

Instance methods inherited from class Croft::Class

to_unsafe : Pointer(LibObjc::Instance) to_unsafe

Constructor methods inherited from class Croft::Class

new(obj : Pointer(LibObjc::Instance))
new
new

Class methods inherited from class Croft::Class

export(name : String | Nil = nil) export, objc_name : ::String objc_name, register(name : ::String) register, to_unsafe to_unsafe

Constructor Detail

def self.from_now(seconds : Float64) : self #

[View source]
def self.now : self #

[View source]

Instance Method Detail

def seconds_since(other : self) : Float64 #

[View source]