adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ICustomProperties Interface / SetDateTimeOffsetValue Method

In This Topic
    SetDateTimeOffsetValue Method
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetDateTimeOffsetValue( _
       ByVal name As String, _
       ByVal value As Nullable(Of DateTimeOffset) _
    ) 
    void SetDateTimeOffsetValue( 
       string name,
       Nullable<DateTimeOffset> value
    )

    Parameters

    name
    value
    See Also