TimeUtils.GetCurrentUnixTimestamp method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Time
Assembly Skybrud.Essentials.dll

GetCurrentUnixTimestamp()

Static

Returns the current Unix timestamp which is defined as the amount of seconds since the start of the Unix epoch - that is 1st of January, 1970 - 00:00:00 GMT.

public static int GetCurrentUnixTimestamp()

Returns

int

An instance of int representing the current Unix timestamp.