Table of Contents

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

cpr string

The CPR.

date DateTime

The date.

Returns

int?