adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / XmlUtil Class / ReadValue Method / ReadValue(XmlReader,Nullable<DateTime>) Method

In This Topic
    ReadValue(XmlReader,Nullable<DateTime>) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ReadValue( _
       ByVal reader As XmlReader, _
       ByVal value As Nullable(Of Date) _
    ) As Nullable(Of Date)

    Parameters

    reader
    value
    See Also