Public Class ProfileController Inherits System.Web.Mvc.Controller _ Function Index() Return DateTime.Now.ToString("T") End Function End Class