PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework RE: DateIssue

Reply

RE: DateIssue

 
Thread Tools Rate Thread
Old 02-03-2007, 10:52 PM   #1
=?Utf-8?B?amVmZg==?=
Guest
 
Posts: n/a
Default RE: DateIssue



Sorry,it is my fault
"jeff" wrote:

> Hi Guys,
>
> I have create a Date Object, with my specified date.
> let me see:
>
> DateTime dt = new DateTime(2007,03,03,07,30,00);
> and I get the long ticks = dt.Ticks;
> however when I create another DateTime instance by using that ticks,
> DateTime clone = new DateTime(ticks);
>
> It only return me year,month,day, the hour has been changed 12,and min is 00,
>
> what is the issue?
>
> Thanks

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off