PocketPlanner Programmer's Guide

Calendar.CurrentTime Property

See Also

Gets or sets the current time. When this property is set to DateTime.MinValue, the actual system time is returned.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DateTime CurrentTime { get; set; }

Visual Basic

Public Property CurrentTime As DateTime

 Property Value

A .NET DateTime object representing the time to use as current.

 See Also