Gets or sets the DateTimeFormatInfo object that specifies how to format and display all dates within the calendar.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public DateTimeFormatInfo DateTimeFormat { get; set; } |
Visual Basic Copy Code |
---|
Public Property DateTimeFormat As DateTimeFormatInfo |
An instance of the .NET DateTimeFormatInfo class.
If this property is not set, the calendar uses the DateFormatInfo from the associated Culture.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |