Ejemplo n.º 1
0
 /// <summary>
 /// Returns the current Unix timestamp which is defined as the amount of seconds since the start of the Unix
 /// epoch - that is <c>1st of January, 1970 - 00:00:00 GMT</c>.
 /// </summary>
 /// <returns>An instance of <see cref="System.Double"/> representing the current Unix timestamp.</returns>
 public static double GetCurrentUnixTimestampAsDouble()
 {
     return(TimeUtils.GetCurrentUnixTimestampAsDouble());
 }