BExIS.Web.Shell.Areas.System.Controllers.UtilsController.ServerTime C# (CSharp) Метод

ServerTime() приватный Метод

private ServerTime ( string format ) : System.Web.Mvc.ActionResult
format string
Результат System.Web.Mvc.ActionResult
        public ActionResult ServerTime(string format)
        {
            return PartialView("_ServerTime", format);
        }