Click here to Skip to main content
15,903,030 members
Home / Discussions / C#
   

C#

 
GeneralRe: Ho to convert BLOB data to readable format Pin
narasingubhanu17-Aug-15 0:16
narasingubhanu17-Aug-15 0:16 
GeneralRe: Ho to convert BLOB data to readable format Pin
OriginalGriff17-Aug-15 0:36
mveOriginalGriff17-Aug-15 0:36 
AnswerRe: Ho to convert BLOB data to readable format Pin
Afzaal Ahmad Zeeshan17-Aug-15 1:06
professionalAfzaal Ahmad Zeeshan17-Aug-15 1:06 
GeneralRe: Ho to convert BLOB data to readable format Pin
narasingubhanu17-Aug-15 1:44
narasingubhanu17-Aug-15 1:44 
GeneralRe: Ho to convert BLOB data to readable format Pin
Afzaal Ahmad Zeeshan17-Aug-15 1:50
professionalAfzaal Ahmad Zeeshan17-Aug-15 1:50 
GeneralRe: Ho to convert BLOB data to readable format Pin
narasingubhanu17-Aug-15 2:18
narasingubhanu17-Aug-15 2:18 
GeneralRe: Ho to convert BLOB data to readable format Pin
Afzaal Ahmad Zeeshan17-Aug-15 2:23
professionalAfzaal Ahmad Zeeshan17-Aug-15 2:23 
QuestionSent from one computer to another keystroke Pin
goldsoft15-Aug-15 19:15
goldsoft15-Aug-15 19:15 
AnswerRe: Sent from one computer to another keystroke Pin
Dave Kreskowiak16-Aug-15 4:30
mveDave Kreskowiak16-Aug-15 4:30 
Questionc++ Qt or C# or JAVA !! Pin
Dreamer_X15-Aug-15 3:51
Dreamer_X15-Aug-15 3:51 
AnswerRe: c++ Qt or C# or JAVA !! Pin
OriginalGriff15-Aug-15 3:54
mveOriginalGriff15-Aug-15 3:54 
GeneralRe: c++ Qt or C# or JAVA !! Pin
Nish Nishant15-Aug-15 5:18
sitebuilderNish Nishant15-Aug-15 5:18 
GeneralRe: c++ Qt or C# or JAVA !! Pin
Pete O'Hanlon15-Aug-15 9:16
mvePete O'Hanlon15-Aug-15 9:16 
Questioncreating events for dynamically created button Pin
Member 1126181115-Aug-15 0:48
Member 1126181115-Aug-15 0:48 
AnswerRe: creating events for dynamically created button Pin
OriginalGriff15-Aug-15 1:19
mveOriginalGriff15-Aug-15 1:19 
AnswerRe: creating events for dynamically created button Pin
BillWoodruff15-Aug-15 2:58
professionalBillWoodruff15-Aug-15 2:58 
QuestionTimeSpan Error?? Pin
Kevin Marois14-Aug-15 12:16
professionalKevin Marois14-Aug-15 12:16 
AnswerRe: TimeSpan Error?? Pin
Matt T Heffron14-Aug-15 14:16
professionalMatt T Heffron14-Aug-15 14:16 
GeneralRe: TimeSpan Error?? Pin
Kevin Marois17-Aug-15 3:59
professionalKevin Marois17-Aug-15 3:59 
GeneralRe: TimeSpan Error?? Pin
Pete O'Hanlon17-Aug-15 4:24
mvePete O'Hanlon17-Aug-15 4:24 
GeneralRe: TimeSpan Error?? Pin
Kevin Marois17-Aug-15 4:28
professionalKevin Marois17-Aug-15 4:28 
GeneralRe: TimeSpan Error?? Pin
Ravi Bhavnani17-Aug-15 5:12
professionalRavi Bhavnani17-Aug-15 5:12 
GeneralRe: TimeSpan Error?? Pin
Pete O'Hanlon17-Aug-15 5:15
mvePete O'Hanlon17-Aug-15 5:15 
GeneralRe: TimeSpan Error?? Pin
Kevin Marois17-Aug-15 5:24
professionalKevin Marois17-Aug-15 5:24 
GeneralRe: TimeSpan Error?? Pin
Dr. John L. Aven31-Aug-15 17:16
Dr. John L. Aven31-Aug-15 17:16 
I don't think the implementation is wrong at all. On the contrary, it seems that your comprehension of the mathematics is what is wrong. If you are interested in computing an elapsed period of time, then that is exactly what is happening.

Take this for example. If you started the clock at 10AM yesterday and stopped it at 10AM today then a total of 24 hours has passed. Yes? The 24 hours is easily broken down in to 10 hours TODAY and 14 hours YESTERDAY. So a time which has elapsed takes the last fraction of the day your started and the first fraction of the day you finished.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.