Share via


Helper.DoubleToDateTimeAsSecondsExceptNull Method

Converts a value into an instant in time.

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

Syntax

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

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

Parameters

  • val
    Type: System.Object

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

Return Value

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

Remarks

This method throws a CoercionException exception if val is null or not a Double object.

See Also

Reference

Helper Class

Helper Members

Microsoft.SharePoint.WorkflowActions Namespace