ASP.NET Pack Programmer's Guide
Item.StartTime Property
See Also
 





Gets or sets the item's scheduled start time.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public abstract DateTime StartTime { get; set; }

Visual Basic  Copy Code

Public MustOverride Property StartTime As DateTime

 Property Value

An instance of the System.DateTime class that specifies the start date and time of this Item.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace