adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DateTimeHandling Class / DateTimeToXml Method / DateTimeToXml(DateTime) Method

In This Topic
    DateTimeToXml(DateTime) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function DateTimeToXml( _
       ByVal value As Date _
    ) As String
    public static string DateTimeToXml( 
       DateTime value
    )

    Parameters

    value
    See Also