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)
Available in Sandboxed Solutions: No
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
startDate
Type: System.DateTimeStart date
endDate
Type: System.DateTimeEnd date
tipTitle
Type: System.StringTitle
Return Value
Type: System.String