to_time Method
Returns the TIME portion of a DateTime variable
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static string to_time( string date_time) |
VB |
Public Shared Function to_time ( date_time As String) As String |
Parameters
date_time
Type: System.String
String
Return Value
Type: StringString
See Also
functions Class
Scheduler Namespace