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

In This Topic
    SetDateTimeValue Method (ICustomProperties)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetDateTimeValue( _
       ByVal name As String, _
       ByVal value As Nullable(Of Date) _
    ) 
    void SetDateTimeValue( 
       string name,
       Nullable<DateTime> value
    )

    Parameters

    name
    value
    See Also