EN 776 documents

Engine Help Category: TimeDate

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

82 documents found

@SetLinkListProperties

Function Version 5.00

Sets the properties of the document link at position FN POSITION2 in the VSPECLINKLIST DOCLINKLIST1. TD TDRID3 is the replica ID of the DB to which the document link should point. (If @AnyAllDay is specified here, the do …

@SetListElement

Function Version 1.90

Replaces the element at FN POSITION2 of FN/FNLIST/TEXT/TEXTLIST/TD/TDLIST/IDLIST/HUGETEXTLIST FN1/FNLIST1/TEXT1/TEXTLIST1/TD1/TDLIST1/IDLIST1/HUGETEXTLIST1 with FN3/TEXT3/TD3 and returns the new list as the result. In th …

@SetLocalServerTime

Function Version 5.00

Sets the Domino server time. IMPORTANT: Changing the Notes server time may cause side effects. This is especially true if the time is moved back into the past. For example, documents may disappear until the time at which …

@SetLogDocField

Function Version 4.50

Sets a field named TEXT TEXT1 and with the content TEXT/TEXTLIST/FN/FNLIST/TD/TDLIST TEXT2/TEXTLIST2/FN2/FNLIST2/TD2/TDLIST2 in the current APILog document.

@SetProfileField

Function Version 4.60

Sets the content of the profile field named TEXT TEXTFIELDNAME, for the user named TEXT TEXTUSERNAME (may also be ""), using the profile form named TEXT TEXTPROFILEFORMNAME from the database identified by DBHANDLE DBHAND …

@SetVar

Function Version 1.90

Sets the value of the variable(s) named TEXT/TEXTLIST NAME1 to the value VAR3. If the variable belongs to a group, for example a document, the group name, for example the NOTEHANDLE of the document, must be specified as …

@SetVarFieldFlags

Function Version 3.00

Sets the Notes field flags for the field specified in TEXT NAME1 to the value FN FN1. If the variable belongs to a group, for example a document, the group name, for example the NOTEHANDLE of the document, must be specif …

@SetVarWithFieldFlags

Function Version 2.97

Sets the value of the variable(s) with the name(s) TEXT/TEXTLIST NAME1 to the value VAR3. If the variable belongs to a group, for example a document, the group name, for example the NOTEHANDLE of the document, must be sp …

@ShiftList

Function Version 1.90

Shifts the FN/TEXT/TD/FNLIST/TEXTLIST/TDLIST FN1/TEXT1/TD1/FNLIST1/TEXTLIST1/TDLIST1 in the direction FN DIRECTION3, sets the vacated position to FN/TEXT/TD FN2/TEXT2/TD2 and removes the element at the other end of the l …

@Subset

Function Version 1.90

Returns a sublist of FN/TEXT/TD/FNLIST/TEXTLIST/TDLIST/IDLIST FN1/TEXT1/TD1/FNLIST1/TEXTLIST1/TDLIST1/IDLIST1. If FN COUNT2 is positive, the first COUNT2 elements are returned; if COUNT2 is negative, the last COUNT2 elem …

@Text

Function Version 1.90

Converts FN/TEXT/TD/FNLIST/TEXTLIST/TDLIST/UIDLIST FN1/TEXT1/TD1/FNLIST1/TEXTLIST1/TDLIST1/UIDLIST1 into TEXT/TEXTLIST and returns it. For UIDLIST, the return data type is always TEXTLIST. NOTE: @Text in the Engine diffe …

@TextToTime

Function Version 1.90

Converts the text TEXT/TEXTLIST TEXT1/TEXTLIST1 into a time-date value TD/TDLIST. TEXT TEXTOPTIONS: If "*" is specified here, the texts are expected in TD hex dump format, for example "C1255DF0:004B73DC" (corresponding t …

@TextToTimePair

Function Version 4.60

Converts the text TEXT TEXT1 into a time-date pair value TDLIST. Use "-" as the separator for the time-date pair. Do not use "/" or "-" as separators between individual date components; use a period instead.

@TextToUID

Function Version 2.10

Converts the text TEXT/TEXTLIST TEXT1/TEXTLIST1 into a UIDList. TEXT1 or the individual elements of TEXTLIST1 must have a length of 32 characters.

@Time

Function Version 1.90

Composes a time-date value TD from the individual values FN YEAR1/MONTH2/DAY3/HOUR4/MINUTE5/SECOND6 and returns it. NOTE: @Time in the Engine differs slightly from the Notes-@Function @Time! The @Time(TD1) usage possible …

@Today

Function Version 1.90

Returns the current date.

@Tomorrow

Function Version 1.90

Returns the date of the next day.

@Unique

Function Version 1.90

Eliminates duplicate entries from TEXTLIST/FLOATLIST/IDLIST TEXTLIST1/FLOATLIST1/IDLIST1 and returns this cleaned-up list. For TEXT/FLOAT TEXT1/FLOAT1, this value is returned unchanged. For IDLIST, the list must first be …

@UniqueEven

Function Version 4.60

Eliminates entries in TEXTLIST TEXTLIST1 that occur an odd number of times and returns this cleaned-up list. The TEXTLIST TEXTLIST1 must first have been sorted with @SortList. For TEXT TEXT1, a NULLTEXTLIST is returned.

@UniqueUnEven

Function Version 4.60

Eliminates entries in TEXTLIST TEXTLIST1 that occur an even number of times and returns this cleaned-up list. The TEXTLIST TEXTLIST1 must first have been sorted with @SortList. For TEXT TEXT1, this value is returned unch …

@Weekday

Function Version 1.90

Returns the weekday of TD/TDLIST TD1/TDLIST1 as a NUMBER between 1 (Sunday) and 7 (Saturday).

@Year

Function Version 1.90

Returns the year of TD/TDLIST TD1/TDLIST1. If the @Function is called with the parameter TEXT TEXTOPTIONS, it determines the return type. F=As without TEXT TEXTOPTIONS (return data type = FLOAT/FLOATLIST) A=Return data t …

@Yesterday

Function Version 1.90

Returns the date of the previous day.

Operator -

Function Version 1.90

Analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator :

Function Version 1.90

In principle, analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator :=

Function Version 1.90

In principle, analogous to Notes. Difference: Assignment (:=) is an operator and can therefore be used in chains. IMPORTANT: Field flags are not affected by assignments.

Operator !=

Function Version 1.90

In principle, analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator <

Function Version 1.90

Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator <=

Function Version 1.90

Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator =

Function Version 1.90

Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator >

Function Version 1.90

Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.

Operator >=

Function Version 1.90

Basically analogous to Notes. Note : This text was machine-translated and may contain inaccuracies.