Hello,
I am adding exception to Recurrence rule.
I followed this link Recurrence Rule Excpetion
1.RecurrenceRule RecurrenceRuleEvent = RecurrenceRule.TryParse(strRecurrenceRule); 2.RecurrenceRuleEvent.Exceptions.Add((Convert.ToDateTime("8/25/2009 10:00 AM").ToUniversalTime()));I want to add Exception to "8/25/2009 10:00 AM"
But this line adding exception to "8/25/2009 04:30 AM"
I have attached Screen shot that Whats the basic problem.
The Recurrence Rule after Adding Exception.
DTSTART:20100825T090000Z
DTEND:20100825T093000Z
RRULE:FREQ=HOURLY;INTERVAL=1
EXDATE:20100825T090000Z,20100825T043000Z,20090825T043000Z
Thank you!