Search
CalendarTextEventArgs.StartTime Property
See Also
 






Gets the start time (if any) associated with the element being customized.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public TimeSpan StartTime { get; }

Visual Basic  Copy Code

Public ReadOnly Property StartTime As TimeSpan

 Property Value

A TimeSpan object.

 See Also