Charting for WinForms Programmer's Guide
DateTimeFormat Enumeration
See Also
 






Specifies formats for DateTime values

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public enum DateTimeFormat

Visual Basic  Copy Code

Public Enum DateTimeFormat

 Members

  Member name Description

CustomDateTime

Indicates that the number should be formatted as a DateTime value according to a custom set string.

FullDateTime

Indicates that the number should be formatted as a DateTime value with a full date pattern.

LongDate

Indicates that the number should be formatted as a DateTime value with a long date pattern.

LongTime

Indicates that the number should be formatted as a DateTime value with a long time pattern.

MonthDateTime

Indicates that the number should be formatted as a DateTime value with a month day pattern.

None

The DateTime value is not formatted

ShortDate

Indicates that the number should be formatted as a DateTime value with a short date pattern.

ShortTime

Indicates that the number should be formatted as a DateTime value with a short time pattern.

YearDateTime

Indicates that the number should be formatted as a DateTime value with a year month date pattern.

 See Also

MindFusion.Charting Namespace