Cron resource support of ranges?

We have historically for cron entries used ranges. As an example:

15,45 1-4 * * * root /bin/date > /etc/motd

this will replace motd with the date at 1:15, 1:45, 2:15, 2:45, 3:15,
3:45, 4:15, 4:45.

Can this be done with the cron resource?

Thanks!
-Jesse