Inheritance
TimeFormatter
[Serializable]
public class TimeFormatter : FormatterBase, IFormatter, ISerializationCallbackReceiver
Constructors
Declaration
Properties
Determines the options for time formatting.
Declaration
public TimeSpanFormatOptions DefaultFormatOptions { get; set; }
Property Value
Declaration
public override string[] DefaultNames { get; }
Property Value
Overrides
The ISO language name, which will be used for getting the TimeTextInfo.
Declaration
public string DefaultTwoLetterISOLanguageName { get; set; }
Property Value
Methods
Declaration
public override bool TryEvaluateFormat(IFormattingInfo formattingInfo)
Parameters
Returns
Overrides