[]
        
(Showing Draft Content)

GC.Spread.Common.IDateTimeFormat

Interface: IDateTimeFormat

Spread.Common.IDateTimeFormat

Table of contents

Properties

Properties

abbreviatedDayNames

Optional abbreviatedDayNames: string[]

Specifies the day formatter for "ddd".


abbreviatedMonthGenitiveNames

Optional abbreviatedMonthGenitiveNames: string[]

Specifies the month formatter for "MMM".


abbreviatedMonthNames

Optional abbreviatedMonthNames: string[]

Specifies the month formatter for "MMM".


amDesignator

Optional amDesignator: string

Indicates the AM designator.


dayNames

Optional dayNames: string[]

Specifies the day formatter for "dddd".


defaultDatePattern

Optional defaultDatePattern: string

Specifies the default date formatter for the case that cell formatter is null or "General" and cell value is a date with time.


fullDateTimePattern

Optional fullDateTimePattern: string

Specifies the standard date formatter for "F".


longDatePattern

Optional longDatePattern: string

Specifies the standard date formatter for "D".


longTimePattern

Optional longTimePattern: string

Specifies the standard date formatter for "T" and "U".


monthDayPattern

Optional monthDayPattern: string

Specifies the standard date formatter for "M" and "m".


monthGenitiveNames

Optional monthGenitiveNames: string[]

Specifies the formatter for "MMMM".


monthNames

Optional monthNames: string[]

Specifies the formatter for "M" or "MM".


pmDesignator

Optional pmDesignator: string

Indicates the PM designator.


shortDatePattern

Optional shortDatePattern: string

Specifies the standard date formatter for "d".


shortTimePattern

Optional shortTimePattern: string

Specifies the standard date formatter for "t".


yearMonthPattern

Optional yearMonthPattern: string

Specifies the standard date formatter for "y" and "Y".