Syntax
Public Function OrderTime() As String
Description
This function is used to return the order time for selected orderas a string value.
Parameter
No Parameters.
Return value
Returns order time as a string value. If an empty string returned, then call GetLastError() function to get error.
Sample
Public Sub main () Dim Order Order = OrderGetID (1) OrderSelect (Clng (Order))Returns True if order selected successfully AlertMessage OrderTime () returns Symbol name for selected order End sub
See Also