Skip to content

DateTimeExtensions class

Defined in

Namespace: CrissCross.WPF.UI.Extensions Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Extensions.DateTimeExtensions Modifiers: public static

Summary

A collection of several extensions to the DateTime class.

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Methods

NameSummary
static GetTimestampGets the number of seconds that have elapsed since the Unix epoch, excluding leap seconds. The Unix epoch is 00:00:00 UTC on 1 January 1970.
static GetMillisTimestampGets the number of milliseconds that have elapsed since the Unix epoch, excluding leap seconds. The Unix epoch is 00:00:00 UTC on 1 January 1970.
static GetMicroTimestampGets the number of microseconds that have elapsed since the Unix epoch, excluding leap seconds. The Unix epoch is 00:00:00 UTC on 1 January 1970.
Inherited members