Reply to thread

Pretty easy with the .NET BCL Interfaces. You could have an IComparer, or IEqualityComparer to evaluate the dates, and sort or color based on the results. Interfaces would be the ideal way to go for validation here. I'd build an entire class for it to boot, then you work off of that class.


Back
Top