Click here to Skip to main content
15,905,323 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to add an menu item to windows desktop menu Pin
Firedragonweb17-Jul-08 5:33
Firedragonweb17-Jul-08 5:33 
Questionsaving xml [modified] Pin
arkiboys17-Jul-08 1:45
arkiboys17-Jul-08 1:45 
AnswerRe: saving xml Pin
leppie17-Jul-08 1:49
leppie17-Jul-08 1:49 
GeneralRe: saving xml Pin
arkiboys17-Jul-08 1:58
arkiboys17-Jul-08 1:58 
AnswerRe: saving xml Pin
leppie17-Jul-08 2:01
leppie17-Jul-08 2:01 
QuestionTime zones Pin
hadad17-Jul-08 1:32
hadad17-Jul-08 1:32 
AnswerRe: Time zones Pin
leppie17-Jul-08 1:57
leppie17-Jul-08 1:57 
AnswerRe: Time zones Pin
PIEBALDconsult17-Jul-08 5:03
mvePIEBALDconsult17-Jul-08 5:03 
If the code is running on the client you could simply use the System.DateTime's .ToUniversalTime method.

And I had expected DateTime to have an Offset property, but I don't see one. To get it you could use something like System.TimeSpan.Parse ( System.DateTime.Now.ToString ( "zzzzz" ) ) (yuck).

I suppose there are better ways of getting the local system's UTC offset, but I haven't need any yet.
Questionusb serial port Pin
samy10017-Jul-08 1:25
samy10017-Jul-08 1:25 
AnswerRe: usb serial port Pin
leppie17-Jul-08 1:54
leppie17-Jul-08 1:54 
AnswerRe: usb serial port Pin
Luc Pattyn17-Jul-08 3:14
sitebuilderLuc Pattyn17-Jul-08 3:14 
QuestionIntroduction to Client/Server Programming Pin
Banjo Ayorinde17-Jul-08 0:50
Banjo Ayorinde17-Jul-08 0:50 
AnswerRe: Introduction to Client/Server Programming Pin
nelsonpaixao17-Jul-08 12:25
nelsonpaixao17-Jul-08 12:25 
Questionhow can i create a countdown timer using C# ? Pin
truegilly17-Jul-08 0:25
truegilly17-Jul-08 0:25 
AnswerRe: how can i create a countdown timer using C# ? Pin
leppie17-Jul-08 1:52
leppie17-Jul-08 1:52 
AnswerRe: how can i create a countdown timer using C# ? Pin
Nirandas17-Jul-08 3:28
Nirandas17-Jul-08 3:28 
Questionhow i can update my application Pin
wasimsharp16-Jul-08 23:51
wasimsharp16-Jul-08 23:51 
GeneralRe: how i can update my application Pin
nelsonpaixao17-Jul-08 12:31
nelsonpaixao17-Jul-08 12:31 
QuestionForm events Pin
blackjack215016-Jul-08 23:41
blackjack215016-Jul-08 23:41 
AnswerRe: Form events Pin
wasimsharp16-Jul-08 23:44
wasimsharp16-Jul-08 23:44 
AnswerRe: Form events Pin
nelsonpaixao17-Jul-08 12:35
nelsonpaixao17-Jul-08 12:35 
QuestionWinsockClass - GetData Method is not working Pin
onakar16-Jul-08 23:07
onakar16-Jul-08 23:07 
AnswerRe: WinsockClass - GetData Method is not working Pin
leppie17-Jul-08 1:51
leppie17-Jul-08 1:51 
QuestionCopy Byte [] Pin
half-life16-Jul-08 23:05
half-life16-Jul-08 23:05 
AnswerRe: Copy Byte [] Pin
originSH16-Jul-08 23:22
originSH16-Jul-08 23:22 

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.