6 date/time functions, 1 time(), 2 time(date) – Metrohm viva 1.0 Manual User Manual
Page 65: Time(), Time(date)
■■■■■■■■■■■■■■■■■■■■■■
2 General program functions
viva 1.0
■■■■■■■■
53
Mean value = 1.001
Standard deviation = 0.0111
Student's t-quantiles for a probability of 95% = 2.26
Confidence interval of the titer = 1.001 ± 0.008
2.3.4.6
Date/Time functions
2.3.4.6.1
Time()
Dialog window: Formula editor
▶ Operators/Functions
Syntax
y = Time()
Returns the current date and the current time.
Parameters
none
Return value
Current date and current time in the yyyy-mm-dd hh:mm:ss UTC ±xx
format
NOTE
UTC = Coordinated Universal Time, from which the times in the various
time zones of the earth are derived. CET (Central European Time) is
equal to UTC plus 1 hour, in the summer time UTC plus 2 hours.
2.3.4.6.2
Time(Date)
Dialog window: Formula editor
▶ Operators/Functions
Syntax
y = Time(year; month; day)
Returns the entered figures in the Date/Time format.
Parameters
year
00 - 99 or 1,000 - 9,999
month 1 - 12
day
1 - 31
A parameter can be indicated either directly as a number or as a variable
of the Number type. If the parameter does not correspond to the
expected type, it will automatically be converted to it. If this is not possi-
ble, the result of this operation is returned as invalid.