Microsoft
Software
Hardware
Network
Question : Creating Time Value
Is it possible to take three values (i.e. 11, 30, AM) and create a Time value = 11:30 AM, if so how?
Answer : Creating Time Value
This is one way...
Dim hour As Integer = 11
Dim minute As Integer = 30
Dim ampm As String = "AM"
Dim time As DateTime = DateTime.Parse(hour & ":" & minute & " " & ampm)
Wayne
Random Solutions
VNC on Vista
Need Help with MS Excel
Monitoringg Server
Windows Server 2008 R2 logon problem
Gap between the lines in a table - ASP.Net
need text to flow evenly between vertical columns
Problem installing Microsoft Exchange 2010
SQL Query syntax
Removing Quotes From DB Fields
An E-mail from "Nobody"