class KNX::DateTime

Defined in:

knx/datapoint/date_time.cr

Constructors

Instance Method Summary

Instance methods inherited from class KNX::Datapoint

from_bytes(data : Bytes) from_bytes, to_bytes : Bytes to_bytes, to_slice to_slice

Constructor methods inherited from class KNX::Datapoint

new(data : Bytes) new

Constructor Detail

def self.new(value : Time) #

[View source]
def self.new(data : Bytes) #

[View source]

Instance Method Detail

def daylight_savings=(daylight_savings : Bool) #

[View source]
def daylight_savings? : Bool #

[View source]
def fault=(fault : Bool) #

[View source]
def fault? : Bool #

[View source]
def from_bytes(data : Bytes) #

[View source]
def to_bytes : Bytes #

[View source]
def using_ntp=(using_ntp : Bool) #

[View source]
def using_ntp? : Bool #

[View source]
def value : Time #

[View source]
def value=(value : Time) #

[View source]