TimeEntry.setTIme C# (CSharp) Method

setTIme() public method

public setTIme ( string y ) : void
y string
return void
    public void setTIme(string y)
    {
        Time.text = y;
    }