TimeSpanHandler
Assembly: ServiceStack.Text.dll
View Source
Declaration
public enum TimeSpanHandler
Fields
DurationFormat
Uses the xsd format like PT15H10M20S
View Source
Declaration
DurationFormat = 0
StandardFormat
Uses the standard .net ToString method of the TimeSpan class
View Source
Declaration
StandardFormat = 1