SPUtility.GetServerNow method

Returns in Coordinated Universal Time (UTC) the current date and time used on the database server for the specified site.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function GetServerNow ( _
    web As SPWeb _
) As DateTime
'Usage
Dim web As SPWeb
Dim returnValue As DateTime

returnValue = SPUtility.GetServerNow(web)
public static DateTime GetServerNow(
    SPWeb web
)

Parameters

Return value

Type: System.DateTime
A System.DateTime value that indicates the current date and time on the database server.

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace