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
Back to back ISA/TMG 2010's result in Network Routing Issue
Require authentication for network access ASA.
Changed IP of my Active Directory Integrated DNS server; now logons are slow
global start menu on WTS server
left join with specific right table records
SQL 2005 Trigger, send mail, join tables
Wireless LAN Controller, will this work?
How to upgrade hard drive (SAS) capacity in RAID-1 configuration (PowerEdge 1950)
asp.net; is there a programmic way to load an aspx page and auto redirect after the page loads
Store COMPUTE in variable?