TimestampStyle

Represents timestamp styles.

Signature

export declare enum TimestampStyle {    ShortTime = "t",    MediumTime = "T",    ShortDate = "d",    LongDate = "D",    LongDateShortTime = "f",    FullDateShortTime = "F",    ShortDateShortTime = "s",    ShortDateMediumTime = "S",    RelativeTime = "R"}

Members

This export does not declare public properties or methods in the generated declaration file.