SiteInfo.ToSiteTime 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 ToSiteTime ( _
dtInUTC As DateTime _
) As DateTime
'Usage
Dim instance As SiteInfo
Dim dtInUTC As DateTime
Dim returnValue As DateTime
returnValue = instance.ToSiteTime(dtInUTC)
public DateTime ToSiteTime(
DateTime dtInUTC
)
Parameters
- dtInUTC
Type: System.DateTime
Return Value
Type: System.DateTime
Implements
ISiteInfo.ToSiteTime(DateTime)