Skip to main content

ApiFormat

Assembly: ServiceStack.Client.dll
View Source
Declaration
[Exclude(Feature.Soap)]
public class ApiFormat

Properties

Locale

If not specified uses browser's navigator.languages

View Source
Declaration
public string Locale { get; set; }

AssumeUtc

Assume Dates are returned as UTC

View Source
Declaration
public bool AssumeUtc { get; set; }

Number

View Source
Declaration
public FormatInfo Number { get; set; }

Date

View Source
Declaration
public FormatInfo Date { get; set; }