AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.5.1" />

 Time

public struct Time : IEquatable<Time>, ICssObject
Represents a time value.
public enum Unit

An enumeration of time units.

public static readonly Time Zero

Gets the zero time.

public float Value { get; }

Gets the value of time in ms.

public Time(float value, Unit unit)

Creates a new time value.

public static float op_Explicit(Time time)

Converts the time to the number of milliseconds.

public bool Equals(Time other)

Checks if the current time is equal to the other time.

public string ToCss()

Returns a CSS representation of the time.