Skip to content

TimeParsers.IsoTimeFraction property

Parses any ISo8601 like time fraction into ticks. A tick is 10us, that is a 7 digit fraction. The fraction is multiplied by 7 then divided by the number of digits.

public static TextParser<long> IsoTimeFraction { get; }

See Also