MindFusion.Scheduling for Silverlight Programmer's Guide
BasePresenter.ExpectedStartTime Property
See Also
 





Gets or sets the expected StartTime of the item at the end of the current interaction. This property is only relevant during user interaction. This is a dependency property.

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

 Syntax

C#  Copy Code

public DateTime ExpectedStartTime { get; set; }

Visual Basic  Copy Code

Public Property ExpectedStartTime As DateTime

 Property Value

A .NET DateTime object.

 See Also

BasePresenter Members
BasePresenter Class
MindFusion.DataViews.Silverlight Namespace