AOUT.Misc.MyTimeBasedClass.GetTimeNow C# (CSharp) Méthode

GetTimeNow() protected méthode

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