Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
AnswerRe: Days of the week Pin
Justin Perez13-Aug-07 4:32
Justin Perez13-Aug-07 4:32 
GeneralRe: Days of the week Pin
kibromg13-Aug-07 4:44
kibromg13-Aug-07 4:44 
GeneralRe: Days of the week Pin
J4amieC13-Aug-07 4:49
J4amieC13-Aug-07 4:49 
GeneralRe: Days of the week Pin
kibromg13-Aug-07 4:54
kibromg13-Aug-07 4:54 
GeneralRe: Days of the week Pin
leppie13-Aug-07 5:11
leppie13-Aug-07 5:11 
GeneralRe: Days of the week Pin
Justin Perez13-Aug-07 4:52
Justin Perez13-Aug-07 4:52 
GeneralRe: Days of the week Pin
kibromg13-Aug-07 5:06
kibromg13-Aug-07 5:06 
GeneralRe: Days of the week Pin
Justin Perez13-Aug-07 5:10
Justin Perez13-Aug-07 5:10 
Well, you should parse the Year, Month, and Date from the field, drop them into variables and then drop them into your DateTime object, and then return the Day of the week. Does this answer your question?



DateTime DateT = new DateTime(Year, Month, Date);
MessageBox.Show(DateT.Day.ToString());

I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")

GeneralRe: Days of the week Pin
kibromg13-Aug-07 5:18
kibromg13-Aug-07 5:18 
GeneralRe: Days of the week Pin
Justin Perez13-Aug-07 5:20
Justin Perez13-Aug-07 5:20 
AnswerRe: Days of the week Pin
Michael Potter13-Aug-07 4:57
Michael Potter13-Aug-07 4:57 
Questionhow I can get non-english letters from e-mail? Pin
Tsvi Girsh13-Aug-07 3:39
Tsvi Girsh13-Aug-07 3:39 
AnswerRe: how I can get non-english letters from e-mail? Pin
m@u13-Aug-07 6:57
m@u13-Aug-07 6:57 
GeneralRe: how I can get non-english letters from e-mail? Pin
Michael Sync13-Aug-07 16:12
Michael Sync13-Aug-07 16:12 
GeneralRe: how I can get non-english letters from e-mail? Pin
Tsvi Girsh13-Aug-07 22:58
Tsvi Girsh13-Aug-07 22:58 
QuestionProblem with Property Grid Pin
rajeevktripathi13-Aug-07 3:33
rajeevktripathi13-Aug-07 3:33 
AnswerRe: Problem with Property Grid Pin
leppie13-Aug-07 5:13
leppie13-Aug-07 5:13 
QuestionRe: Problem with Property Grid Pin
rajeevktripathi13-Aug-07 19:10
rajeevktripathi13-Aug-07 19:10 
QuestionBasic question about memory allocation Pin
A M SOMAN13-Aug-07 3:24
A M SOMAN13-Aug-07 3:24 
AnswerRe: Basic question about memory allocation Pin
blakey40413-Aug-07 3:26
blakey40413-Aug-07 3:26 
GeneralRe: Basic question about memory allocation Pin
A M SOMAN13-Aug-07 3:36
A M SOMAN13-Aug-07 3:36 
GeneralRe: Basic question about memory allocation Pin
blakey40413-Aug-07 3:39
blakey40413-Aug-07 3:39 
GeneralRe: Basic question about memory allocation Pin
N a v a n e e t h13-Aug-07 3:52
N a v a n e e t h13-Aug-07 3:52 
QuestionHow to connect to Remote PC using C# Coding? Pin
N a r e s h P a t e l13-Aug-07 3:20
N a r e s h P a t e l13-Aug-07 3:20 
AnswerRe: How to connect to Remote PC using C# Coding? Pin
Justin Perez13-Aug-07 3:24
Justin Perez13-Aug-07 3:24 

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.