IFormatterFormat Method (DateTime) |
Formats a datetime and return a string to be outputted.
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxstring Format(
DateTime datatime
)
Function Format (
datatime As DateTime
) As String
String^ Format(
DateTime datatime
)
abstract Format :
datatime : DateTime -> string
Parameters
- datatime
- Type: SystemDateTime
The datetime value for formatting to string
Return Value
Type:
String
See Also