PocketPlanner Programmer's Guide

Calendar.DateTimeFormat Property

See Also

Gets or sets the DateTimeFormatInfo object that specifies how to format and display all dates within the calendar.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DateTimeFormatInfo DateTimeFormat { get; set; }

Visual Basic

Public Property DateTimeFormat As DateTimeFormatInfo

 Property Value

An instance of the .NET DateTimeFormatInfo class.

 Remarks

If this property is not set, the calendar uses the DateFormatInfo from the associated Culture.

 See Also