public override toString(format as String = "%Y-%m-%d %H:%M:%S") as String:
Returns a string representation of this DateTime object using the default locale.
| Parameter | Description |
|---|---|
format | The format string for the output (supports strftime tokens). |
A string representation of the DateTime object.