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

C#

 
Generalcustom metadata editor using c#.net Pin
abhishk2001@yahoo.com16-Jun-04 11:53
abhishk2001@yahoo.com16-Jun-04 11:53 
GeneralRe: custom metadata editor using c#.net Pin
link_7916-Jun-04 12:36
link_7916-Jun-04 12:36 
GeneralRe: custom metadata editor using c#.net Pin
Heath Stewart16-Jun-04 13:56
protectorHeath Stewart16-Jun-04 13:56 
GeneralArcCatalog Custom metadata editor using c#.net Pin
abhishk2001@yahoo.com16-Jun-04 11:48
abhishk2001@yahoo.com16-Jun-04 11:48 
GeneralRe: ArcCatalog Custom metadata editor using c#.net Pin
Heath Stewart16-Jun-04 13:52
protectorHeath Stewart16-Jun-04 13:52 
GeneralArcCatalog Custom metadata editor using c#.net Pin
abhishk2001@yahoo.com16-Jun-04 11:45
abhishk2001@yahoo.com16-Jun-04 11:45 
GeneralUTC time to localtime Pin
Anonymous16-Jun-04 11:14
Anonymous16-Jun-04 11:14 
GeneralRe: UTC time to localtime Pin
Heath Stewart16-Jun-04 13:49
protectorHeath Stewart16-Jun-04 13:49 
Gee, thanks for all the information and for asking nicely! Mad | :mad:

What is that number? If it's the number of milliseconds or ticks, from what epoch does it start? Whether it's UTC or not has no bearing, so long as you treat it as UTC.

If you read the documentation for the DateTime struct in the .NET Framework SDK, you'll see that the DateTime struct has an epoch of 1/1/0001 00:00:00. Without knowing the epoch of that number, it's impossible to help you, other than tell you to read about the well-documented DateTime and it's members, such as Parse and it's constructor, which takes a number as a long which represents the ticks (100 ns) since the epoch I mentioned.

If you need help, please provide more information.

 

Microsoft MVP, Visual C#
My Articles
Generalmy mouse up event only fires once Pin
robmays16-Jun-04 10:57
robmays16-Jun-04 10:57 
GeneralRe: my mouse up event only fires once Pin
Heath Stewart16-Jun-04 13:45
protectorHeath Stewart16-Jun-04 13:45 
GeneralIs there a "TextFolding Control"! Pin
BrandonXander16-Jun-04 10:46
BrandonXander16-Jun-04 10:46 
GeneralRe: Is there a "TextFolding Control"! Pin
xuhx16-Jun-04 17:22
xuhx16-Jun-04 17:22 
GeneralWinControls and System.Management Pin
Wender Oliveira16-Jun-04 8:39
Wender Oliveira16-Jun-04 8:39 
GeneralRe: WinControls and System.Management Pin
Dave Kreskowiak16-Jun-04 9:14
mveDave Kreskowiak16-Jun-04 9:14 
GeneralNet.Socket problem Pin
tweakk16-Jun-04 8:29
tweakk16-Jun-04 8:29 
GeneralRe: Net.Socket problem Pin
Heath Stewart16-Jun-04 10:17
protectorHeath Stewart16-Jun-04 10:17 
GeneralRe: Net.Socket problem Pin
tweakk16-Jun-04 10:35
tweakk16-Jun-04 10:35 
Generalservice that collect files.. Pin
japanreddy16-Jun-04 6:48
japanreddy16-Jun-04 6:48 
GeneralRe: service that collect files.. Pin
Colin Angus Mackay16-Jun-04 7:17
Colin Angus Mackay16-Jun-04 7:17 
GeneralRe: service that collect files.. Pin
japanreddy16-Jun-04 7:22
japanreddy16-Jun-04 7:22 
GeneralRe: service that collect files.. Pin
Colin Angus Mackay16-Jun-04 8:48
Colin Angus Mackay16-Jun-04 8:48 
GeneralRe: service that collect files.. Pin
japanreddy16-Jun-04 9:13
japanreddy16-Jun-04 9:13 
GeneralChange OLE Link Path in a word document Pin
ASerfes16-Jun-04 6:22
ASerfes16-Jun-04 6:22 
Questioncan i capture the double click event of a CELL in a windows datagrd? Pin
robmays16-Jun-04 6:14
robmays16-Jun-04 6:14 
AnswerRe: can i capture the double click event of a CELL in a windows datagrd? Pin
Heath Stewart16-Jun-04 8:59
protectorHeath Stewart16-Jun-04 8:59 

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.