Yes, as @Fettkeewl said… same only different It works the exact same way, but without needing to include a separate library… and while possibly works either way, change from SimpleTimer timer; to BlynkTimer timer; in pre-setup.
And of course, a single BlynkTimer object allows to schedule up to 16 timers, instead of only 10.