# GC.Spread.Common.IDateTimeFormat

## Content

# Interface: IDateTimeFormat

[Spread](../modules/GC.Spread).[Common](../modules/GC.Spread.Common).IDateTimeFormat

## Table of contents

### Properties

- [abbreviatedDayNames](GC.Spread.Common.IDateTimeFormat#abbreviateddaynames)
- [abbreviatedMonthGenitiveNames](GC.Spread.Common.IDateTimeFormat#abbreviatedmonthgenitivenames)
- [abbreviatedMonthNames](GC.Spread.Common.IDateTimeFormat#abbreviatedmonthnames)
- [amDesignator](GC.Spread.Common.IDateTimeFormat#amdesignator)
- [dayNames](GC.Spread.Common.IDateTimeFormat#daynames)
- [defaultDatePattern](GC.Spread.Common.IDateTimeFormat#defaultdatepattern)
- [fullDateTimePattern](GC.Spread.Common.IDateTimeFormat#fulldatetimepattern)
- [longDatePattern](GC.Spread.Common.IDateTimeFormat#longdatepattern)
- [longTimePattern](GC.Spread.Common.IDateTimeFormat#longtimepattern)
- [monthDayPattern](GC.Spread.Common.IDateTimeFormat#monthdaypattern)
- [monthGenitiveNames](GC.Spread.Common.IDateTimeFormat#monthgenitivenames)
- [monthNames](GC.Spread.Common.IDateTimeFormat#monthnames)
- [pmDesignator](GC.Spread.Common.IDateTimeFormat#pmdesignator)
- [shortDatePattern](GC.Spread.Common.IDateTimeFormat#shortdatepattern)
- [shortTimePattern](GC.Spread.Common.IDateTimeFormat#shorttimepattern)
- [yearMonthPattern](GC.Spread.Common.IDateTimeFormat#yearmonthpattern)

## Properties

### <a id="abbreviateddaynames" name="abbreviateddaynames"></a> abbreviatedDayNames

• `Optional` **abbreviatedDayNames**: `string`[]

Specifies the day formatter for "ddd".

___

### <a id="abbreviatedmonthgenitivenames" name="abbreviatedmonthgenitivenames"></a> abbreviatedMonthGenitiveNames

• `Optional` **abbreviatedMonthGenitiveNames**: `string`[]

Specifies the month formatter for "MMM".

___

### <a id="abbreviatedmonthnames" name="abbreviatedmonthnames"></a> abbreviatedMonthNames

• `Optional` **abbreviatedMonthNames**: `string`[]

Specifies the month formatter for "MMM".

___

### <a id="amdesignator" name="amdesignator"></a> amDesignator

• `Optional` **amDesignator**: `string`

Indicates the AM designator.

___

### <a id="daynames" name="daynames"></a> dayNames

• `Optional` **dayNames**: `string`[]

Specifies the day formatter for "dddd".

___

### <a id="defaultdatepattern" name="defaultdatepattern"></a> 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.

___

### <a id="fulldatetimepattern" name="fulldatetimepattern"></a> fullDateTimePattern

• `Optional` **fullDateTimePattern**: `string`

Specifies the standard date formatter for "F".

___

### <a id="longdatepattern" name="longdatepattern"></a> longDatePattern

• `Optional` **longDatePattern**: `string`

Specifies the standard date formatter for "D".

___

### <a id="longtimepattern" name="longtimepattern"></a> longTimePattern

• `Optional` **longTimePattern**: `string`

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

___

### <a id="monthdaypattern" name="monthdaypattern"></a> monthDayPattern

• `Optional` **monthDayPattern**: `string`

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

___

### <a id="monthgenitivenames" name="monthgenitivenames"></a> monthGenitiveNames

• `Optional` **monthGenitiveNames**: `string`[]

Specifies the formatter for "MMMM".

___

### <a id="monthnames" name="monthnames"></a> monthNames

• `Optional` **monthNames**: `string`[]

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

___

### <a id="pmdesignator" name="pmdesignator"></a> pmDesignator

• `Optional` **pmDesignator**: `string`

Indicates the PM designator.

___

### <a id="shortdatepattern" name="shortdatepattern"></a> shortDatePattern

• `Optional` **shortDatePattern**: `string`

Specifies the standard date formatter for "d".

___

### <a id="shorttimepattern" name="shorttimepattern"></a> shortTimePattern

• `Optional` **shortTimePattern**: `string`

Specifies the standard date formatter for "t".

___

### <a id="yearmonthpattern" name="yearmonthpattern"></a> yearMonthPattern

• `Optional` **yearMonthPattern**: `string`

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