string GetTime() Return Type: string Parameters: none Description: GetTime returns a string with the current local (computer) time in the format HH:MM:SS.SSS. The time is in a 24-hour format. Example Code 1 >>disp(GetTime()); 20:44:33.968