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
will W2K3 accept my W2K hard drive?
I need assistance using a VirtualPath in ASP.Net
PURE CSS tooltip?
select records
Need To Send message through GPRS Modem using AT command
Oracle Query Tuning
Current Event between print records...
web server sessions
redundancy for windows 2003 server files
I just used System Restore to restore the Windows XP OS on my Dell D830 laptop to an earlier point in time; now the network card drivers are disabled & can't be reloaded