指定日の末日を取得します。

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

Syntax

C#
public static DateTime GetTheEndOfMonth(
	DateTime targetDate
)
Visual Basic
Public Shared Function GetTheEndOfMonth ( _
	targetDate As DateTime _
) As DateTime

Parameters

targetDate
Type: System..::..DateTime
指定日

Return Value

末日

Remarks