年齢を取得します。

Namespace: YiaoWang.Utility
Assembly: YiaoWang.Utility (YiaoWang.Utility.dll 内) バージョン: 2.11.5.7 (2.11.5.7)

Syntax

C#
public static int GetAge(
	DateTime birthDay,
	DateTime today
)
Visual Basic
Public Shared Function GetAge ( _
	birthDay As DateTime, _
	today As DateTime _
) As Integer

Parameters

birthDay
Type: System..::..DateTime
誕生日
today
Type: System..::..DateTime
基準日

Return Value

年齢

Remarks