Share via


Helper.CurrentDate method

Retrieves the current system date and time.

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

Syntax

'Declaration
Public Shared Function CurrentDate As DateTime
'Usage
Dim returnValue As DateTime

returnValue = Helper.CurrentDate()
public static DateTime CurrentDate()

Return value

Type: System.DateTime
A DateTime object that represents the current system date of the server that is hosting SharePoint Foundation.

See also

Reference

Helper class

Helper members

CurrentDate overload

Microsoft.SharePoint.WorkflowActions namespace