static string Humanize( DateTime dateTime )

Summary

Convert date into a human readable relative time string.

static string Humanize( DateTimeOffset dateTime )

Summary

Convert date into a human readable relative time string.

static string Humanize( System.TimeOnly dateTime )

Summary

Convert date into a human readable relative time string.

static string Humanize( System.DateOnly dateTime )

Summary

Convert date into a human readable relative time string.

static string Humanize( System.TimeSpan dateTime, int precision )

Summary

Convert date into a human readable relative time string.

static string Humanize( System.TimeSpan timespan, bool shortVersion, bool minutes, bool hours, bool days )

Summary

Humanize a timespan into "x hours", "x seconds"
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.