How can I change this (isDaily() || isweekly() ) to 60 or 30 minutes.

here please.


if (a>b) && (isDaily()
|| isweekly()
) {draw ...... }

Thanks