mg_date_make

Creates a mg_date from the given number of days since the Unix epoch. Return: A pointer to a newly allocated mg_date or null if an error occurred.

extern (C) @safe @nogc pure nothrow
mg_date_make
(
long days
)

Meta