RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.Tomorrow Function

Returns a TDateTime value that represents the following day.

Pascal
function Tomorrow: TDateTime;
C++
TDateTime Tomorrow();

DateUtils

Tomorrow returns a TDateTime value with the date portion set to the day following the current date and the time portion set to 0. 

 

Today 

Date 

Yesterday

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!