format_date Method
Convert a date to string in a format used with event last run
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static string format_date( DateTime dt) |
VB |
Public Shared Function format_date ( dt As DateTime) As String |
Parameters
dt
Type: System.DateTime
DateTime
Return Value
Type: StringString
See Also
functions Class
Scheduler Namespace