Share via


Helper.SecondsInt32ToDateTime method

Converts an integer value to an instant in time.

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

Syntax

'Declaration
Public Shared Function SecondsInt32ToDateTime ( _
    context As WorkflowContext, _
    val As Object _
) As DateTime
'Usage
Dim context As WorkflowContext
Dim val As Object
Dim returnValue As DateTime

returnValue = Helper.SecondsInt32ToDateTime(context, _
    val)
public static DateTime SecondsInt32ToDateTime(
    WorkflowContext context,
    Object val
)

Parameters

  • val
    Type: System.Object

    The number of the seconds since midnight 1/1/1900.

Return value

Type: System.DateTime
The instant in time represented by the number of the seconds in the val since midnight 1/1/1900.

Remarks

This method throws a CoercionException exception if val is null , not an Int32 object, or the resulting instant in time is before midnight 1/1/1900.

See also

Reference

Helper class

Helper members

Microsoft.SharePoint.WorkflowActions namespace