Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   MakeTime
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
HareScript
General functions
 
Base functions
Cryptography APIs
Date and time manipulation
Developers support
Mathematic and floating point utility functions
Money type utility functions
MakeTime
  Calculate the number of milliseconds from an hour, minute and second vlaue
 
Library wh::datetime.whlib
 
Syntax PUBLIC INTEGER FUNCTION MakeTime (INTEGER hour,INTEGER minute,INTEGER second)
 
Parameters
hour An integer, representing the hour
minute An integer, representing the minute
second An integer, representing the second
 
Returns The number of milliseconds since midnight, or -1 if any of the parameters is out of range
 
 
In library 'datetime'
AddDaysToDate
AddMonthsToDate
AddTimeToDate
FormatDateTime
GetCurrentDateTime
GetDatetimeDifference
GetDayCount
GetLanguageDatetimeStrings
GetMonthLength
GetMsecondCount
GetMsecsDifference
GetYearLength
LocalToUTC
MakeDate
MakeDateFromDayCount
MakeDateFromParts
MakeDateFromText
MakeDateTime
MakeDayCount
MakeTime
UnpackDateTime
UTCtoLocal
 
Top To top of page