PocketPlanner Programmer's Guide

Task.StartDate Property

See Also

Gets or sets the task's start date.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public DateTime StartDate { get; set; }

Visual Basic

Public Property StartDate As DateTime

 Property Value

A .NET DateTime object specifying the task's scheduled start time. The default is DateTime.MinValue.

 See Also