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
Windows 7 Home not accessing the internet
From a landline number to a cell phone
Modify Cron Job
Can I define a SqlServer Tbl which contains "Objects"
Desktop on Ubuntu
connect to sql database using php
Spell Check is not working on OWA
Conficker Worm
Netboot "Client not currently booted"
Sql server 2005 Mirror setup problem