Partilhar 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