public static int GetAge(
DateTime birthDate,
DateTime at
)
Public Shared Function GetAge (
birthDate As DateTime,
at As DateTime
) As Integer
Dim birthDate As DateTime
Dim at As DateTime
Dim returnValue As Integer
returnValue = UtilDateTime.GetAge(birthDate,
at)
public:
static int GetAge(
DateTime birthDate,
DateTime at
)
static member GetAge :
birthDate : DateTime *
at : DateTime -> int
No code example is currently available or this language may not be supported.
[Missing <param name="at"/> documentation for "M:DevCase.Core.DateAndTime.UtilDateTime.GetAge(System.DateTime,System.DateTime)"]
No code example is currently available or this language may not be supported.
Dim birthdDate As Date = Date.ParseExact("08/09/1986", "dd/MM/yyyy", CultureInfo.InvariantCulture)
Dim age As Integer = GetAge(birthdDate, birthdDate.AddYears(20))
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
ArgumentOutOfRangeException | at |