.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

FORMULA LANGUAGE


@Time
Example

Translates numbers for the various components of time and date; then returns the time­date value.

Syntax

@Time( hour ; minute ; second )
@Time(
year ; month ; day ; hour ; minute ; second )
@Time(
time-date )

Parameters

year


month
day
hour
minute
second
time-date
Return value

truncatedTimeDate


Usage

If the first parameter is a list, the function operates on each element of the list, and the return value is a list with the same number of elements.

Language cross-reference

CDat function of LotusScript language

DateNumber function of LotusScript language

Example
See Also