mg_duration_make

Creates a mg_duration from the given months, days, seconds and nanoseconds. Return: A pointer to a newly allocated mg_duration or null if an error occurred.

extern (C) @safe @nogc pure nothrow
mg_duration_make
(
long months
,
long days
,
long seconds
,)

Meta