| AkDateGetYearMonthRange Method |
获取年月的日期范围。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static DateTime[] GetYearMonthRange(
int year,
int month
)
Parameters
- year
- Type: SystemInt32
年。 - month
- Type: SystemInt32
月。
Return Value
Type:
DateTime具有两个元素的日期数组,第一个元素为开始日期,第二个元素为结束日期。
See Also