Hi technohead, In addition to Sebastien's answer, you can also cast NSDate to DateTime.
Hope that helps, Jeff On Sat, Dec 10, 2011 at 7:19 PM, Sebastien Pouliot <[email protected]>wrote: > NSTimeInterval is mapped to System.Double (i.e. `double` in C#). > > On Sat, Dec 10, 2011 at 6:53 PM, technohead <[email protected]> > wrote: > > Think I found a solution, comparing the property > SecondsSinceReferenceDate on > > the NSDate objects. > > > > > > -- > > View this message in context: > http://monotouch.2284126.n4.nabble.com/No-NSTimeInterval-tp4181491p4181500.html > > Sent from the MonoTouch mailing list archive at Nabble.com. > > _______________________________________________ > > MonoTouch mailing list > > [email protected] > > http://lists.ximian.com/mailman/listinfo/monotouch > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
