PowerTools InputMan for ASP.NET 8.0J
WeekOfYear プロパティ
使用例 

通年で第何週に相当するかを取得します。
構文
Public ReadOnly Property WeekOfYear As Integer
public int WeekOfYear {get;}
解説
WeekOfYearプロパティは、1年の中で第何週に相当するかを示す値(1〜54)を取得します。
使用例
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();
参照

DateTimeEx クラス
DateTimeEx メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.