.

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: CurrentCalendarDateTime property
This example of an action for a calendar view displays the date and time of the region that is currently selected.

Sub Click(Source As Button)
 Dim workspace As New NotesUIWorkspace
 Messagebox workspace.CurrentCalendarDateTime,, _
 "Date and time for the current region"
End Sub

See Also