data Duration = duration(int years, int months, int days, int hours, int minutes, int seconds, int milliseconds);
import DateTime;