Helper.LookupDateTime Method
Include Protected Members
Include Inherited Members
Retrieves the DateTime value of a field for a specified SharePoint Foundation list item.
Overload List
Name | Description | |
---|---|---|
LookupDateTime(WorkflowContext, Guid, SPItemKey, String) | Retrieves the instant in time for a specified SharePoint Foundation list item when the list GUID and list item are known. | |
LookupDateTime(WorkflowContext, Guid, Int32, String) | Retrieves the DateTime value of a field for a specified SharePoint Foundation list item when the list item GUID is known. | |
LookupDateTime(WorkflowContext, String, SPItemKey, String) | Retrieves the instant in time of a field for a specified SharePoint Foundation list item. | |
LookupDateTime(WorkflowContext, String, Int32, String) | Retrieves the DateTime value of a field for a specified SharePoint Foundation list item when the list item GUID is known. |
Top