Skip to main content

MoreButtonClickedEventArgs.targetDateTime Property

Gets the Start or End values of the target appointment.

Declaration

targetDateTime: Date

Property Value

Type Description
Date

A DateTime value representing the target appointment’s boundary.

Remarks

For the Day View the rules for calculating the targetDateTime value are as follows:

If the “More” button with arrow up is clicked, the targetDateTime value corresponds to the Appointment.Start of the preceding appointment which is hidden and will be shown after the click routine is executed. If the “More” button with arrow down is clicked, the targetDateTime value corresponds to the Appointment.End of the following appointment which is hidden and will be shown after the click routine is executed.

Note

For view types other than the DayView, the targetDateTime value is not meaningful.

See Also