FuncEnDateToStr Method (DateTime) |
Returns the string representation of the date.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static string DateToStr(
DateTime date
)
Public Shared Function DateToStr (
date As DateTime
) As String
Parameters
- date
- Type: SystemDateTime
A DateTime value containing a date to convert.
Return Value
Type:
StringReturns the string representation of the date.
See Also