TimeHelper.GetMonthLastDate Method

HD.Common

TimeHelperGetMonthLastDate Method Helper帮助文档
返回某年某月最后一天

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static int GetMonthLastDate(
	int year,
	int month
)
Public Shared Function GetMonthLastDate ( 
	year As Integer,
	month As Integer
) As Integer
public:
static int GetMonthLastDate(
	int year, 
	int month
)
static member GetMonthLastDate : 
        year : int * 
        month : int -> int 

Parameters

year
Type: SystemInt32
年份
month
Type: SystemInt32
月份

Return Value

Type: Int32
See Also

Reference