名前空間一覧 > GrapeCity.Web.Input.Core 名前空間 > DateTimeEx クラス : DaysInMonth メソッド |
Imports GrapeCity.Web.Input.Core ' 2010年2月の日数を取得します。 Dim daysIn As Integer = DateTimeEx.DaysInMonth(2010, 2)
using GrapeCity.Web.Input.Core; // 2010年2月の日数を取得します。 int daysIn = DateTimeEx.DaysInMonth(2010, 2);