Open GoogleCodeExporter opened 8 years ago
I think it is the sintaxis of the datetime field, try this:
Dim start as DateTime = DateTime.Now
Dim end as DateTime = DateTime.Now.AddHours(3)
mevet.start = start.ToString("o")
mevet.end = end.ToString("o")
Original comment by sass...@hotmail.com
on 13 Apr 2010 at 9:55
I did what you said! But it did not work ...
I need to create a function that returns the format that the WeekCalendar read
...
Could you help me?
Tks
Erivaldo
Original comment by erivaldo...@gtempaccount.com
on 14 Apr 2010 at 1:37
I am doing it in C# with a IHttpHandler that return the data in JSON (with
DataContractJsonSerializer) and simple convert the datetime as I told you,
without
any problems.
But I just now see that you are serializing only one event and the control is
waiting
for an array, maybe try to add the event (mevet) to a generic list and then
serialize
it.
Sorry about my english :)
Sashka
Original comment by sass...@hotmail.com
on 17 Apr 2010 at 11:00
Original issue reported on code.google.com by
erivaldo...@gtempaccount.com
on 3 Apr 2010 at 11:57