<PackageReference Include="NETStandard.Library" Version="2.0.2" />
System.TimeSpan
public int Hours {
get; }
public long Ticks {
get; }
public TimeSpan(
int hours,
int minutes,
int seconds)
public TimeSpan(
int days,
int hours,
int minutes,
int seconds)
public TimeSpan(
int days,
int hours,
int minutes,
int seconds,
int milliseconds)