C# Class Hangfire.Mongo.MongoUtils.MongoExtensions

Helper utilities to work with Mongo database
Mostrar archivo Open project: Trov/Hangfire.Mongo

Public Methods

Method Description
GetServerTimeUtc ( this database ) : System.DateTime

Retreives server time in UTC zone

Method Details

GetServerTimeUtc() public static method

Retreives server time in UTC zone
public static GetServerTimeUtc ( this database ) : System.DateTime
database this Mongo database
return System.DateTime