.

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

LOTUSSCRIPT/COM/OLE CLASSES


SetNow method
Example

Sets the value of a date-time to now (today's date and current time).

Defined in

NotesDateTime

Syntax

Call notesDateTime.SetNow

Usage

This method works by taking a snapshot of the current date-time at the moment that the method is executed. After the method executes, the value of the NotesDateTime object does not update itself to always reflect the current date-time. Its value only changes if you change it explicitly.

Language cross-reference

setNow in Java DateTime class

@Today function in formula language

Example
See Also