all property

List<String> all
final

A list of every date/time formatting notation contained within the DateTimeFormats class.

Implementation

static final List<String> all = <String>[
      commonLogFormat,
      cookie,
      exif,
      iso8601,
      mySql,
      rss,
      soap,
      soapExtended,
      xmlrpc,
      xmlrpcCompact,
    ] +
    AmericanDateTimeFormats.all +
    EuropeanDateTimeFormats.all;