PocketPlanner Programmer's Guide

DateStyle.From Property

See Also

Gets or sets the start date of the formatted range.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DateTime From { get; set; }

Visual Basic

Public Property From As DateTime

 Property Value

A .NET DateTime object specifying the start of the time interval whose cells' style is defined in this object.

 See Also