public static TimeSpan GetAgeTime(
DateTime birthDate,
DateTime at
)
Public Shared Function GetAgeTime (
birthDate As DateTime,
at As DateTime
) As TimeSpan
Dim birthDate As DateTime
Dim at As DateTime
Dim returnValue As TimeSpan
returnValue = UtilDateTime.GetAgeTime(birthDate,
at)
public:
static TimeSpan GetAgeTime(
DateTime birthDate,
DateTime at
)
static member GetAgeTime :
birthDate : DateTime *
at : DateTime -> TimeSpan
No code example is currently available or this language may not be supported.
[Missing <param name="at"/> documentation for "M:DevCase.Core.DateAndTime.UtilDateTime.GetAgeTime(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 time As TimeSpan = GetAgeTime(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 |