Development ASP.Net Tutorial

 _
Public Function GetServerTime() As String
   Return DateTime.Now.ToLongTimeString()
End Function