TimesheetDataSet.HeadersRow.TS_WEEK_STARTS_ON プロパティ
タイムシートを開始する曜日を取得場所月曜日 = 1。
名前空間: WebSvcTimeSheet
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property TS_WEEK_STARTS_ON As Byte
Get
Set
'使用
Dim instance As TimesheetDataSet.HeadersRow
Dim value As Byte
value = instance.TS_WEEK_STARTS_ON
instance.TS_WEEK_STARTS_ON = value
public byte TS_WEEK_STARTS_ON { get; set; }
プロパティ値
型: System.Byte
注釈
値は、 WADMIN_WEEK_START_ON_ENUMColumnプロパティに対応します。
関連項目
参照先
TimesheetDataSet.HeadersRow クラス