BoundServiceDemo.TimestampService.GetFormattedTimestamp C# (CSharp) Метод

GetFormattedTimestamp() публичный Метод

This method will return a formatted timestamp to the client.
public GetFormattedTimestamp ( ) : string
Результат string
		public string GetFormattedTimestamp()
		{
			return timestamper?.GetFormattedTimestamp();
		}
	}