Click here to Skip to main content
15,928,207 members
Home / Discussions / C#
   

C#

 
QuestionUpdating records in XML Pin
Latheesan12-May-07 7:11
Latheesan12-May-07 7:11 
AnswerRe: Updating records in XML Pin
Christian Graus12-May-07 15:10
protectorChristian Graus12-May-07 15:10 
Questionproblem to show hirarical data in TreeView. Pin
hdv21212-May-07 5:12
hdv21212-May-07 5:12 
AnswerRe: problem to show hirarical data in TreeView. [modified] Pin
PIEBALDconsult13-May-07 11:48
mvePIEBALDconsult13-May-07 11:48 
QuestionDateTime diff weirdness Pin
User 665812-May-07 4:14
User 665812-May-07 4:14 
AnswerRe: DateTime diff weirdness Pin
Stefan Troschuetz12-May-07 4:33
Stefan Troschuetz12-May-07 4:33 
GeneralRe: DateTime diff weirdness Pin
User 665812-May-07 4:35
User 665812-May-07 4:35 
GeneralRe: DateTime diff weirdness Pin
Scott Dorman12-May-07 7:38
professionalScott Dorman12-May-07 7:38 
The Ticks property holds the actual raw value that represents the date. A DateTime object in .NET always contains a full date/time value, which includes fractional seconds. Depending on how you are initializing the variables, you are most likely hitting differences in a portion of the time smaller than what you are actually visibly seeing.

Try initializing them using the full constructor, which specifies the full date and time values, or setting one equal to the other.

-----------------------------
In just two days, tomorrow will be yesterday.

AnswerRe: DateTime diff weirdness Pin
CPallini12-May-07 4:56
mveCPallini12-May-07 4:56 
QuestionProblem appending XML elements Pin
Mark F.12-May-07 3:25
Mark F.12-May-07 3:25 
AnswerRe: Problem appending XML elements Pin
Stefan Troschuetz12-May-07 4:28
Stefan Troschuetz12-May-07 4:28 
GeneralRe: Problem appending XML elements Pin
Mark F.12-May-07 9:23
Mark F.12-May-07 9:23 
GeneralRe: Problem appending XML elements Pin
DavidNohejl12-May-07 9:59
DavidNohejl12-May-07 9:59 
GeneralRe: Problem appending XML elements Pin
Mark F.12-May-07 11:48
Mark F.12-May-07 11:48 
GeneralRe: Problem appending XML elements Pin
DavidNohejl12-May-07 13:44
DavidNohejl12-May-07 13:44 
QuestionRichTextBoxes synchronized scrolling in .NET 3.0? Pin
N3croman12-May-07 2:10
N3croman12-May-07 2:10 
Questionfacing a problem when working Click Once to Deploy Pin
pashitech12-May-07 0:25
pashitech12-May-07 0:25 
QuestionMS Agent prerequsites Pin
Muammar©12-May-07 0:23
Muammar©12-May-07 0:23 
QuestionGraphics in C# Pin
korsosjosi11-May-07 22:08
korsosjosi11-May-07 22:08 
AnswerRe: Graphics in C# Pin
Christian Graus12-May-07 0:08
protectorChristian Graus12-May-07 0:08 
AnswerRe: Graphics in C# Pin
sam#12-May-07 3:36
sam#12-May-07 3:36 
QuestionHow to change the color of the group box border line? Pin
ekareem11-May-07 21:36
ekareem11-May-07 21:36 
AnswerRe: How to change the color of the group box border line? Pin
Giorgi Dalakishvili11-May-07 22:19
mentorGiorgi Dalakishvili11-May-07 22:19 
GeneralRe: How to change the color of the group box border line? Pin
ekareem12-May-07 12:14
ekareem12-May-07 12:14 
QuestionMain Menu is not shown Pin
IrfanHaleem11-May-07 21:15
IrfanHaleem11-May-07 21:15 

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.