DateTimeOffset::ToUnixTimeSeconds Method ()
.NET Framework (current version)
Returns the number of seconds that have elapsed since 1970-01-01T00:00:00Z.
Assembly: mscorlib (in mscorlib.dll)
Unix time represents the number of seconds that have elapsed since 1970-01-01T00:00:00Z (January 1, 1970, at 12:00 AM UTC). It does not take leap seconds into account.
This method first converts the current instance to UTC before returning its Unix time. For date and time values before 1970-01-01T00:00:00Z, this method returns a negative value.
Universal Windows Platform
Available since 10
.NET Framework
Available since 4.6
Available since 10
.NET Framework
Available since 4.6
Show: