Share via


ResourceDataSet.CalendarExceptionsRow.Start property

Specifies the date and time this calendar exception starts.

Namespace:  WebSvcResource
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

ResourceDataSet.CalendarExceptionsRow members

WebSvcResource namespace