Method GetAge
- Namespace
- Innova.Data.CommonLogic
- Assembly
- Innova.Data.dll
GetAge(string, DateTime)
Gets a person's age based on a CPR at the given date.
public static int? GetAge(string cpr, DateTime date)
Parameters
Returns
- int?
Gets a person's age based on a CPR at the given date.
public static int? GetAge(string cpr, DateTime date)