ISiteInfo.ToSiteTime Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Function ToSiteTime ( _
dtInUTC As DateTime _
) As DateTime
'Usage
Dim instance As ISiteInfo
Dim dtInUTC As DateTime
Dim returnValue As DateTime
returnValue = instance.ToSiteTime(dtInUTC)
DateTime ToSiteTime(
DateTime dtInUTC
)
Parameters
- dtInUTC
Type: System.DateTime
Return Value
Type: System.DateTime