Search
DateTimeFormat Enumeration
See Also
 






Specifies formats for DateTime values.

Namespace: MindFusion.Charting
File: DateTimeFormat.js

 Syntax

JavaScript  Copy Code

// 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