mg_date

Represents a date.

Date is defined with number of days since the Unix epoch.

  1. struct mg_date
    version(unittest)
    extern (C)
    struct mg_date {}
  2. struct mg_date

Members

Variables

days
long days;
Undocumented in source.

Meta