Helper.CurrentDate Method
Include Protected Members
Include Inherited Members
Retrieves the SharePoint Foundation current system date.
Overload List
Name | Description | |
---|---|---|
CurrentDate() | Retrieves the current system date and time. | |
CurrentDate(WorkflowContext, Guid, SPItemKey) | Retrieves the current date of a specified list item. | |
CurrentDate(WorkflowContext, Guid, Int32) | Retrieves the current system date of a specified SharePoint Foundation list item. | |
CurrentDate(WorkflowContext, String, SPItemKey) | Retrieves the current date of a specified list item. | |
CurrentDate(WorkflowContext, String, Int32) | Retrieves the current system date of a specified SharePoint Foundation list item either by its GUID or display name. |
Top