AOUT.Misc.MyTimeBasedClass.GetTimeNow C# (CSharp) Method

GetTimeNow() protected method

protected GetTimeNow ( ) : System.DateTime
return System.DateTime
        protected virtual DateTime GetTimeNow()
        {
            return DateTime.Now;
        }