Frequency
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
enum Frequency { "daily", "weekly", "monthly", "yearly" }
Indicates how regularly a recurring event occurs.
Member List
Section titled “Member List”Member | Description |
---|---|
daily | Event occurs once a day. |
weekly | Event occurs once a week. |
monthly | Event occurs once a month. |
yearly | Event occurs once a year. |