mg_value_date

Returns the underlying mg_date value.

Type check should be made first. Accessing the wrong value results in undefined behavior.

extern (C) @safe @nogc pure nothrow
const(mg_date)*
mg_value_date
(
const mg_value* val
)

Meta