CalendarDataSet.CalendarsRow.CREATED_DATE プロパティ
この行が最初に作成された日時を取得します。
名前空間: WebSvcCalendar
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property CREATED_DATE As DateTime
Get
Set
'使用
Dim instance As CalendarDataSet.CalendarsRow
Dim value As DateTime
value = instance.CREATED_DATE
instance.CREATED_DATE = value
public DateTime CREATED_DATE { get; set; }
プロパティ値
型: System.DateTime
DateTime を返します。
関連項目
参照先
CalendarDataSet.CalendarsRow クラス