SiteInfo.ParseDateToSiteTime Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function ParseDateToSiteTime ( _
strDateInSiteTimeZone As String _
) As DateTime
'Usage
Dim instance As SiteInfo
Dim strDateInSiteTimeZone As String
Dim returnValue As DateTime
returnValue = instance.ParseDateToSiteTime(strDateInSiteTimeZone)
public DateTime ParseDateToSiteTime(
string strDateInSiteTimeZone
)
Parameters
- strDateInSiteTimeZone
Type: System.String
Return Value
Type: System.DateTime