Questions tagged [tdatetime]
48 questions
0
votes
1 answer
Combining two TDateTime variables
I am using C++ Builder in a VCL forms application.
I am wanting to create one TDateTime variable that is made up of two TDateTimePicker controls.
One of the controls is in the Date format and the other is in the Time format.
I am wanting to combine…

user1690531
- 231
- 1
- 6
- 17
0
votes
1 answer
C++ calculate difference between dates
Possible Duplicate:
Checking two TDateTime variables
I am having trouble calculating the difference between two dates and then displaying the difference. I have posted a previous question.
I am after help with the replaceTime function. I am not…

Darryl Janecek
- 399
- 4
- 9
- 25
-1
votes
2 answers
TDateTime data type
I have been using C++ Builder to develop some classes. I have been using the TDateTime data type by including the 'vcl.h'. Is this only unique to C++ Builder?
I ask this because I am now using Microsoft Visual Studio C++ and am getting a 'TDateTime…

user1690531
- 231
- 1
- 6
- 17