SPUtility.GetSelectedTimeFromSource method
SharePoint 2013
Retrieves the CalendarTime parameter value from the request context, optionally using the source page if necessary.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)] public static string GetSelectedTimeFromSource( HttpRequest request, bool useSourceParameter )
Parameters
- request
- Type: System.Web.HttpRequest
An object that represents the request context.
- useSourceParameter
- Type: System.Boolean
true to get the parameter from the source page if necessary.