class TOML::LocalDateValue

Overview

1979-05-27. Stored as a Time at midnight UTC.

Defined in:

toml/value.cr

Constructors

Instance Method Summary

Instance methods inherited from class TOML::Value

raw : String raw, to_toml(io : IO) : Nil to_toml

Constructor methods inherited from class TOML::Value

new(raw : String) new

Constructor Detail

def self.new(raw : String, date : Time) #

[View source]

Instance Method Detail

def date : Time #

[View source]