Search
TapAndHoldCellConfirmEventArgs.StartDate Property
See Also
 





Gets the start date of the related cell.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public DateTime StartDate { get; }

Visual Basic  Copy Code

Public ReadOnly Property StartDate As DateTime

 Property Value

A .NET DateTime object.

 See Also