Unit TimeFnc |
Classes |
Functions |
DecToRTime - convert RTime to DateTime Field
######################################################################## // Decimal to RTime conversion // ########################################################################
RTimeMinH - Convert RTime to a string
######################################################################## // Subtract an integer from the hours field // ########################################################################
RTimeMinM - Add Integer To RTime.
RTimePlsH - Subtract Integer To RTime.
RTimePlsM - Subtract Integer To RTime.
RTimeToDec - Takes time calculation in decimal and converts it to RTime
######################################################################## // RTime to Decimal // ########################################################################
RTimeToStr - Subtracts Two RTime records
######################################################################## // Convert a RTime record into a string // ########################################################################
RTimeToTD - convert DateTime Field to RTime
return record
RTimeZero -
StrToRTime - Add Integer To RTime.
TDToRTime - ######################################################################## // TDateTime Field to RTime // ########################################################################
TFChange - Convert String to RTime
######################################################################## // Time Format Change - Change from 24 to unlimited format // ########################################################################
TimeAdd - ######################################################################## // Add two RTime Records // ########################################################################
TimeSub - Adds Two RTime records
######################################################################## // Subtract two RTime Records // ########################################################################
Types |
Constants |
Variables |
Functions |
######################################################################## // Decimal to RTime conversion // ########################################################################
######################################################################## // Subtract an integer from the hours field // ########################################################################
######################################################################## // Subtract an integer from the Minutes field // ########################################################################
######################################################################## // Add an integer to the hours field // ########################################################################
######################################################################## // Add an integer to the Minutes field // ########################################################################
######################################################################## // RTime to Decimal // ########################################################################
######################################################################## // Convert a RTime record into a string // ########################################################################
######################################################################## // Convert a string to RTime record // ########################################################################
######################################################################## // Time Format Change - Change from 24 to unlimited format // ########################################################################
######################################################################## // Subtract two RTime Records // ########################################################################
Types |
TRTime = record
H : integer;
M : integer;
S : integer;
TF : integer;
end;
Constants |
Variables |