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.
Retrieves the CalendarTime parameter value from the request context.
Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)> _
Public Shared Function GetSelectedTime ( _
    request As HttpRequest _
) As String
'Usage
Dim request As HttpRequest
Dim returnValue As String
returnValue = SPUtility.GetSelectedTime(request)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)]
public static string GetSelectedTime(
    HttpRequest request
)
Parameters
request
Type: System.Web.HttpRequestAn object that represents the request context.
Return Value
Type: System.String
The CalendarTime parameter value from the request context.