PocketPlanner Programmer's Guide

Reminder.Time Property

See Also

Gets or sets the exact time when to trigger the reminder.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public DateTime Time { get; set; }

Visual Basic

Public Property Time As DateTime

 Property Value

A .NET DateTime object specifying when the reminder should be triggered.

 Remarks

The value of this property is considered only if the Type of the reminder is set to Exact.

 See Also