// Start is called before the first frame update
    void Start()
    {
        float day = week * 7;

        result = UnitConversion.ConvertDaysToSeconds(day);
    }