Gets or sets the format of times displayed within the form.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling.WinForms.StandardForms
C# Copy Code |
---|
public string TimeFormat { get; set; } |
Visual Basic Copy Code |
---|
Public Property TimeFormat As String |
A string specifying the display format.
The format specifiers that can be used in the format string are listed in the MSDN's DateTimeFormatInfo class topic.