Examples: CalendarDateTime property

This example displays the start and end date-times of a region in a calendar view after a resize operation.

Sub Postentryresize(Source As Notesuiview)
  Messagebox Source.CalendarDateTime & Chr(13) & _
  Source.CalendarDateTimeEnd,, _
  "Start and end dates for region"
End Sub