time_t是指针(long int)Pointer to stored time<br>TDateTime是double<br>The integral part of a TDateTime value is the number of days that have passed since 12/30/1899.<br>The fractional part of a TDateTime value is fraction of a 24 hour day that has elapsed.<br><br>你如何转换?<br>vc用time_t<br>delphi用double<br>大大的不同,哈哈!