Datetime start;
DateTime stop;
public void datesIbtween(DateTime start, DateTime stop) {
//compare start and stop, the calculate diffrence
}
I do not want to parse the start and stop as String, I was wondering if is a there a way I can parse in Datetime variable into a method? if not? what are my alternatives?