adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Option Class / SetValue Method / SetValue(Nullable<DateTime>) Method
The new value for the option


In This Topic
    SetValue(Nullable<DateTime>) Method
    In This Topic
    Sets a new date/time value
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetValue( _
       ByVal value As Nullable(Of Date) _
    ) 
    public void SetValue( 
       Nullable<DateTime> value
    )
    public:
    void SetValue( 
       Nullable<DateTime> value
    ) 

    Parameters

    value
    The new value for the option
    Remarks
    Setting the value does not change the ValueType
    See Also