TimeToString(Time, String) Method
Returns a
String that represents the value specified in
time. 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(
Time time,
string format
)
Public Shared Function ToString (
time As Time,
format As String
) As String
static member ToString :
time : Time *
format : string -> string
- time Time
- The value to translate to string
- format String
- The required format for the result string.
String