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

In This Topic
    GetDateTimeValue Method (ICustomProperties)
    In This Topic
    Gets or sets the value of the property with the specified name, as a DateTime value
    Syntax
    'Declaration
     
    
    Function GetDateTimeValue( _
       ByVal name As String _
    ) As Nullable(Of Date)
    Nullable<DateTime> GetDateTimeValue( 
       string name
    )

    Parameters

    name
    Remarks
    Returns a null reference (Nothing in Visual Basic) if the property does not exist or its value cannot be converted to DateTime.
    See Also