PocketPlanner Programmer's Guide

Appointment.StartTime Property

See Also

Gets or sets the appointment's scheduled start time.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public override DateTime StartTime { get; set; }

Visual Basic

Public Overrides 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