WebCola
Options
All
  • Public
  • Public/Protected
  • All
Menu

Specification of time locale to use when creating a new TimeLocaleObject

Hierarchy

  • TimeLocaleDefinition

Index

Properties

date

date: string

The date (%x) format specifier (e.g., "%m/%d/%Y").

dateTime

dateTime: string

The date and time (%c) format specifier (e.g., "%a %b %e %X %Y").

days

days: [string, string, string, string, string, string, string]

The full names of the weekdays, starting with Sunday.

months

months: [string, string, string, string, string, string, string, string, string, string, string, string]

The full names of the months (starting with January).

periods

periods: [string, string]

The A.M. and P.M. equivalents (e.g., ["AM", "PM"]).

shortDays

shortDays: [string, string, string, string, string, string, string]

The abbreviated names of the weekdays, starting with Sunday.

shortMonths

shortMonths: [string, string, string, string, string, string, string, string, string, string, string, string]

the abbreviated names of the months (starting with January).

time

time: string

The time (%X) format specifier (e.g., "%H:%M:%S").

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc