Search
Selection.StartTime Property
See Also
 






Gets the start time of the selection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DateTime StartTime { get; }

Visual Basic  Copy Code

Public ReadOnly Property StartTime As DateTime

 Property Value

A DateTime object.

 See Also