Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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