名前空間一覧 > GrapeCity.Web.Input.Core 名前空間 > DateTimeEx クラス : WeekOfYear プロパティ |
Imports GrapeCity.Web.Input.Core ' 日付データを設定します。 Dim dtEx As DateTimeEx = New DateTimeEx(New DateTime(2015,3,31)) ' 年間積算日を取得します。 Label1.Text = dtEx.WeekOfYear.ToString()
using GrapeCity.Web.Input.Core; // 日付データを設定します。 DateTimeEx dtEx = new DateTimeEx(new DateTime(2015,3,31)); // 年間積算日を取得します。 label1.Text = dtEx.WeekOfYear.ToString();