Click or drag to resize
AkDateGetYearMonthRange Method
获取年月的日期范围。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static DateTime[] GetYearMonthRange(
	int year,
	int month
)

Parameters

year
Type: SystemInt32
年。
month
Type: SystemInt32
月。

Return Value

Type: DateTime
具有两个元素的日期数组,第一个元素为开始日期,第二个元素为结束日期。
See Also