MindFusion.Scheduling for Silverlight Programmer's Guide
Item.StartTime Property
See Also
 





Gets or sets the item's scheduled start time.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public abstract DateTime StartTime { get; set; }

Visual Basic  Copy Code

Public MustOverride Property StartTime As DateTime

 Property Value

A .NET DateTime instance specifying the scheduled time for the item.

 Remarks

This property affects the initial time cell occupied by the item when it is displayed in a Calendar view.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace
EndTime Property
AllDayEvent Property