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


In This Topic
    TimeString Method
    In This Topic
    Returns the time portion of the specified value, in short time format.
    Syntax
    'Declaration
     
    
    Public Shared Function TimeString( _
       ByVal source As Date _
    ) As String
    public static string TimeString( 
       DateTime source
    )
    public:
    static String^ TimeString( 
       DateTime source
    ) 

    Parameters

    source
    See Also