Delen via


Helper.DateTimeToSecondsDouble Method

Attempts to coerce a DateTime value into a Double object representing the seconds portion of the DateTime object.

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

Syntax

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

returnValue = Helper.DateTimeToSecondsDouble(context, _
    val)
public static double DateTimeToSecondsDouble(
    WorkflowContext context,
    Object val
)

Parameters

Return Value

Type: System.Double
The double-precision floating-point value.

See Also

Reference

Helper Class

Helper Members

Microsoft.SharePoint.WorkflowActions Namespace