CalendarDataSet.CalendarsRow.CAL_CHECKOUTDATE プロパティ
カレンダーがバージョン管理下にあるチェック アウトされた日時を取得します。
名前空間: WebSvcCalendar
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property CAL_CHECKOUTDATE As DateTime
Get
Set
'使用
Dim instance As CalendarDataSet.CalendarsRow
Dim value As DateTime
value = instance.CAL_CHECKOUTDATE
instance.CAL_CHECKOUTDATE = value
public DateTime CAL_CHECKOUTDATE { get; set; }
プロパティ値
型: System.DateTime
DateTime を返します。
関連項目
参照先
CalendarDataSet.CalendarsRow クラス