ITimeU.Controllers.TimeMergerController.GetTimestamps C# (CSharp) Method

GetTimestamps() private method

private GetTimestamps ( int checkpointId ) : System.Web.Mvc.ActionResult
checkpointId int
return System.Web.Mvc.ActionResult
        public ActionResult GetTimestamps(int checkpointId)
        {
            return Content(RuntimeModel.GetRuntimes(checkpointId).ToListboxvalues(sorting: ExtensionMethods.ListboxSorting.Ascending, toTimer: true));
        }