PocketPlanner Programmer's Guide

CustomDrawArgs.StartTime Property

See Also

Gets the start time associated with the element being drawn.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public TimeSpan StartTime { get; }

Visual Basic

Public ReadOnly Property StartTime As TimeSpan

 Property Value

A .NET TimeSpan object specifying the start time related to the custom drawn element.

 Remarks

This property is used only with certain events in Timetable view. For events that do not use it, it is set to TimeSpan.Zero.

 See Also