.

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


Examples: OnIntervalChange event
This OnIntervalChange event displays the interval of the current embedded scheduler.

Sub Onintervalchange(Source As Notesuischeduler)
 Dim uisdr As NotesDateRange
 Set uisdr = Source.Interval
 Messagebox uisdr.StartDateTime.LocalTime + _
 " to " + uisdr.EndDateTime.LocalTime,, _
 "Interval"
End Sub

See Also