DateToString(Date, String) Method
Returns a
String that represents the value specified in
date. The result string is formatted using the format provided in the
format parameter.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public static string ToString(
Date date,
string format
)
Public Shared Function ToString (
date As Date,
format As String
) As String
static member ToString :
date : Date *
format : string -> string
- date Date
- The value to translate to string
- format String
- The required format for the result string.
String