PocketPlanner Programmer's Guide

CustomDrawArgs.EndTime Property

See Also

Gets the end time associated with the element being drawn.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public TimeSpan EndTime { get; }

Visual Basic

Public ReadOnly Property EndTime As TimeSpan

 Property Value

A .NET TimeSpan object specifying the end time related to the element being drawn.

 Remarks

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

 See Also