We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
regardless of the time specified in the key, the time is always added as zero
Whenever added an event like this
Events.Add(new DateTime(2022, 5, 25, 17, 30, 00), new DayEventCollection<EventoAvancado>(GenerateEvents(1, "SBAU-SBRG", "Manutenção a ser realizada", 1)) { EventIndicatorColor = Color.Red, EventIndicatorSelectedColor = Color.Red });
Then I try to add another event with a different key in time, an error is returned
Events.Add(new DateTime(2022, 5, 25, 20, 15, 00), new DayEventCollection<EventoAvancado>(GenerateEvents(1, "SBRG-SBAU", "Retornando", 1)) { EventIndicatorColor = Color.Blue, EventIndicatorSelectedColor = Color.Blue});
The text was updated successfully, but these errors were encountered:
No branches or pull requests
regardless of the time specified in the key, the time is always added as zero
Whenever added an event like this
Events.Add(new DateTime(2022, 5, 25, 17, 30, 00), new DayEventCollection<EventoAvancado>(GenerateEvents(1, "SBAU-SBRG", "Manutenção a ser realizada", 1)) { EventIndicatorColor = Color.Red, EventIndicatorSelectedColor = Color.Red });
Then I try to add another event with a different key in time, an error is returned
Events.Add(new DateTime(2022, 5, 25, 20, 15, 00), new DayEventCollection<EventoAvancado>(GenerateEvents(1, "SBRG-SBAU", "Retornando", 1)) { EventIndicatorColor = Color.Blue, EventIndicatorSelectedColor = Color.Blue});
The text was updated successfully, but these errors were encountered: