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
Simple conditional in Kid template used with CherryPy
WSS 3.0 back to original
Unrecognized attribute targetFramework error: W2003 & IIS 6
Exploit Virus Attached to bounced back delivery failures
VNC Issues with DOMAIN connected PC's
SQL CE Insert If Data Doesn't Exist
network name of a computer
windows 2008 Hyper-V
Display particular data in string
Windows Search 4. Prevent Windows Search 4 from cataloguing Internet Explorer's history.