Hi,
I want the output like this.
For eg:
current time is 15:19
i need output like 15:21((System.DateTime.Now. AddMinutes(+2).ToShortTimeString)
with the syntax i got expected output
data type is string .but unable to get only hours and minutes.
expected output like : 15
21
Please help …