Gets or sets the appointment's scheduled start time.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public override DateTime StartTime { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overrides Property StartTime As DateTime |
A .NET DateTime instance specifying the scheduled time for the item.
RemarksThis property affects the initial time cell occupied by the item when it is displayed in a Calendar view.
See Also