TheCamel
TheCamel
@punker76 Hello Jan, we are wondering if the support for mahapps is discontinued or not because there are not so much updates on it ? as we would like to...
@punker76 , just a short word. I found out where it comes from...but i would like to understood first :-)
Hi @punker76, I've been working on this for a few days now and I think I've come to a conclusion. Without any criticism, I think that there is a design...
@punker76 Jan, no news from you? and my proposal? You can refuse :-) Regards
@punker76 Hi, fyi the same problem exist on the MultiSelectionComboBox ; items in the textbox and the list never get translated...
It seams that with local time, it works...? but why ?
ok, may be I do a small mistake on this, but it is not the delay calculation the problem. It is the GETNEXT ! this code is not working :...
this code works ``` try { DateTimeOffset DTnow = DateTimeOffset.Now; DateTime? nextExecTime; CronExpression nextExecCron = CronExpression.Parse(treatment.Cron, CronFormat.Standard); DateTimeOffset? next = nextExecCron.GetNextOccurrence(DTnow, TimeZoneInfo.Local); nextExecTime = next?.DateTime; if (nextExecTime > DTnow.Date.AddDays(1)) {...