ASP.NET Pack Programmer's Guide
Calendar.DateTimeFormat Property
See Also
 





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

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public virtual DateTimeFormatInfo DateTimeFormat { get; }

Visual Basic  Copy Code

Public Overridable ReadOnly Property DateTimeFormat As DateTimeFormatInfo

 Property Value

An instance of the DateTimeFormatInfo class. Default value is the DateTimeFormat value associated with the current Culture.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace