I had a need to convert c++ time_t to C# DateTime and have also had the same need to convert to C# DateTime to c++ time_t.
I hope some of you find these conversions useful
[code]
{
}
[/CODE]