In native iOS I found some solution, but in Xamarin there could you please tell me the replication of it. How do I write the below code in Xamarin.
NSDate* destinationDate = [[[NSDate alloc] initWithTimeInterval:interval sinceDate:sourceDate] autorelease];