Share via


SPCalendarBase.BuildTip method

Builds the tooltip for the specified start date, end date, and title.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Function BuildTip ( _
    startDate As DateTime, _
    endDate As DateTime, _
    tipTitle As String _
) As String
'Usage
Dim startDate As DateTime
Dim endDate As DateTime
Dim tipTitle As String
Dim returnValue As String

returnValue = Me.BuildTip(startDate, _
    endDate, tipTitle)
protected string BuildTip(
    DateTime startDate,
    DateTime endDate,
    string tipTitle
)

Parameters

Return value

Type: System.String

See also

Reference

SPCalendarBase class

SPCalendarBase members

Microsoft.SharePoint.WebControls namespace