ResourceDataSet.CalendarExceptionsRow.Start Property
Specifies the date and time this calendar exception starts.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
Syntax
'Declaration
Public Property Start As DateTime
Get
Set
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsRow
Dim value As DateTime
value = instance.Start
instance.Start = value
public DateTime Start { get; set; }
Property Value
Type: System.DateTime
See Also
Reference
ResourceDataSet.CalendarExceptionsRow Class