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





Gets or sets the appointment's scheduled start time.

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

 Syntax

C#  Copy Code

public override DateTime StartTime { get; set; }

Visual Basic  Copy Code

Public Overrides Property StartTime As DateTime

 Property Value

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

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace