MindFusion.Scheduling for Silverlight Programmer's Guide
IProjectViewModel.ProjectStart Property
See Also
 





Gets or sets a date, indicating the start of a project.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

Nullable<DateTime> ProjectStart { get; set; }

Visual Basic  Copy Code

Property ProjectStart As Nullable(Of DateTime)

 Property Value

A DateTime object, possibly null (Nothing in Visual Basic) to indicate no start time.

 See Also

IProjectViewModel Members
IProjectViewModel Interface
MindFusion.DataViews.Silverlight Namespace