Provides conversion of DateTime and DateTimeOffset into an epoch-relative number value (total seconds).
See Unix Epoch in Wikipedia for more information on why this might be needed.
Typical uses include using this simplified representation as an expiration time for a token, password or...
More information
A small package used to allow conversion of datetime to epoch time and epoch time to datetime.
Is used by calling the class "Epoch" and then either of the static methods "FromUnixTime" and "ToUnixTime". Therefor there is no need to create an instance of this class in-order to use...
More information
PraxiCloud libraries offer a range of common functions, features and base classes to use when building solutions, increasing the time to delivery. This package delivers common components for the event processor packages, including the legacy lease manager.
PraxiCloud libraries offer a range of common functions, features and base classes to use when building solutions, increasing the time to delivery. This library includes lease and checkpoint managers for the legacy event processor host.
PraxiCloud libraries offer a range of common functions, features and base classes to use when building solutions, increasing the time to delivery. This library includes a base container implementation using stateful sets to operate on Kubernetes.