In the application I need to set the condition that on a certain day of the week one variable will be true.
For example
if Calendar.day == monday {
var mon = true
}
I know that this is not right. But for now I do not quite understand how days of the week are. Please help me with this