adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DateTimeHandling Class / DateTimeFromXml Method

In This Topic
    DateTimeFromXml Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function DateTimeFromXml( _
       ByVal readValue As String _
    ) As Nullable(Of Date)
    public static Nullable<DateTime> DateTimeFromXml( 
       string readValue
    )

    Parameters

    readValue
    See Also