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
SQL change first date of week
Windows Server Editions (32bit or 64bit)
SQL Collation Type For Phonetic Symbols
Alert Icon in the Selection List of Backup Exec 12
network name of a computer
SQL CE Insert If Data Doesn't Exist
Select Query to pull back columns from four different tables
Using hyperlink control within a sqldatasource datalist control to pass a querystring value coming from the sqldatasource
Search through a PHP object array
science of sweating