Aspectacular.Test.TimetampsAspect.GetCurrent C# (CSharp) Method

GetCurrent() protected method

protected GetCurrent ( ) : System.DateTime
return System.DateTime
        protected DateTime GetCurrent()
        {
            return this.UseUtc ? DateTime.UtcNow : DateTime.Now;
        }