toml_foolery.encode.types.datetime

Undocumented in source.

Members

Functions

tomlifyValueImpl
void tomlifyValueImpl(T value, Appender!string buffer, string[] parentTables)

Serializes SysTime into: TOML "Offset Date-Time" values. OR TOML "Local Date-Time" value, if timezone is LocalTime.

tomlifyValueImpl
void tomlifyValueImpl(T value, Appender!string buffer, string[] parentTables)

Serializes Date into TOML "Local Date" values.

tomlifyValueImpl
void tomlifyValueImpl(T value, Appender!string buffer, string[] parentTables)

Serializes TimeOfDay into TOML "Local Time" values.

Variables

makesTomlLocalDate
enum bool makesTomlLocalDate(T);
Undocumented in source.
makesTomlLocalDateTime
enum bool makesTomlLocalDateTime(T);
Undocumented in source.
makesTomlLocalTime
enum bool makesTomlLocalTime(T);
Undocumented in source.
makesTomlOffsetDateTime
enum bool makesTomlOffsetDateTime(T);
Undocumented in source.

Meta