Gets or sets the formatting of the dates in the Century view. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public string CenturyViewFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CenturyViewFormat As String |
A formatting string.
RemarksThe format specifiers that can be used in the format string are listed in the MSDN's DateTimeFormatInfo class topic.
See Also