BoundServiceDemo.TimestampBinder.GetFormattedTimestamp C# (CSharp) Method

GetFormattedTimestamp() public method

public GetFormattedTimestamp ( ) : string
return string
		public string GetFormattedTimestamp()
		{
			return Service?.GetFormattedTimestamp();
		}
	}