In the case of 2/1/2016 - 1/31/2019:
I would like to output: '3 years' since the date range is 3 years.
In the case of 2/1/2016 - 3/31/2019:
I would like to output: '3 years and 2 months' since the date range is 3 years and 2 months.
I don't need to worry about days so I can just round up if that is the norm.
Are there any c# helpers out there that can help me with something like this?