Click here to Skip to main content
16,004,854 members
Home / Discussions / C#
   

C#

 
AnswerRe: progressBar Pin
jeyapandian28-Sep-06 21:21
jeyapandian28-Sep-06 21:21 
QuestionRe: progressBar Pin
Parshant Verma28-Sep-06 22:14
Parshant Verma28-Sep-06 22:14 
AnswerRe: progressBar Pin
Christian Graus29-Sep-06 10:06
protectorChristian Graus29-Sep-06 10:06 
QuestionDatetime to integer conversion and vice versa Pin
H he el el oooo28-Sep-06 19:42
H he el el oooo28-Sep-06 19:42 
AnswerRe: Datetime to integer conversion and vice versa Pin
Christian Graus28-Sep-06 20:57
protectorChristian Graus28-Sep-06 20:57 
GeneralRe: Datetime to integer conversion and vice versa Pin
madhusri28-Sep-06 22:35
madhusri28-Sep-06 22:35 
GeneralRe: Datetime to integer conversion and vice versa Pin
Christian Graus29-Sep-06 10:19
protectorChristian Graus29-Sep-06 10:19 
AnswerRe: Datetime to integer conversion and vice versa Pin
aamironline28-Sep-06 20:57
aamironline28-Sep-06 20:57 
You can not convert DateTime object to Int32 but yes you can convert it to Double using ToOADate() method. To generate DateTime object from Double you can use DateTime.FromOADate() method...

For Example
Double d = DateTime.Now.ToOADate();<br />
...<br />
DateTime.FromOADate(d);


Hope this helps you out...


M Aamir Maniar
aamirOnline.com

GeneralRe: Datetime to integer conversion and vice versa Pin
madhusri28-Sep-06 22:36
madhusri28-Sep-06 22:36 
GeneralRe: Datetime to integer conversion and vice versa Pin
Dan Neely29-Sep-06 2:15
Dan Neely29-Sep-06 2:15 
QuestionAny Better Code Visualizer or FlowChart Generator ? Pin
Nadia Monalisa28-Sep-06 19:13
Nadia Monalisa28-Sep-06 19:13 
QuestionMonth Problem Pin
prabhakar dwivedi28-Sep-06 18:40
prabhakar dwivedi28-Sep-06 18:40 
AnswerRe: Month Problem Pin
Christian Graus28-Sep-06 18:45
protectorChristian Graus28-Sep-06 18:45 
AnswerRe: Month Problem Pin
aamironline28-Sep-06 21:13
aamironline28-Sep-06 21:13 
QuestionActive directory SID Pin
skrishnasarma28-Sep-06 18:36
skrishnasarma28-Sep-06 18:36 
QuestionHow to set default sound card devices in c# Pin
YogeshRT28-Sep-06 18:29
YogeshRT28-Sep-06 18:29 
QuestionDeclaring Instance Class variable as Static , any problem in Runtime ? Pin
Nadia Monalisa28-Sep-06 18:22
Nadia Monalisa28-Sep-06 18:22 
AnswerRe: Declaring Instance Class variable as Static , any problem in Runtime ? Pin
jeyapandian28-Sep-06 21:24
jeyapandian28-Sep-06 21:24 
QuestionHow to grab web address from a web browser? Pin
dy1328-Sep-06 16:18
dy1328-Sep-06 16:18 
Questionhow to print controls in vs2005 ? Pin
hdv21228-Sep-06 14:28
hdv21228-Sep-06 14:28 
AnswerRe: how to print controls in vs2005 ? Pin
aamironline28-Sep-06 17:31
aamironline28-Sep-06 17:31 
AnswerRe: how to print controls in vs2005 ? Pin
Nadia Monalisa28-Sep-06 18:52
Nadia Monalisa28-Sep-06 18:52 
QuestionReading Sysem BIOS serial Number or signature Pin
unitecsoft28-Sep-06 11:47
unitecsoft28-Sep-06 11:47 
AnswerRe: Reading Sysem BIOS serial Number or signature Pin
f*** YOU28-Sep-06 16:31
f*** YOU28-Sep-06 16:31 
AnswerRe: Reading Sysem BIOS serial Number or signature Pin
Eric Dahlvang29-Sep-06 3:43
Eric Dahlvang29-Sep-06 3:43 

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.