'Declaration Overloads Function Format( _ ByVal date As Date, _ Optional ByVal options As FormatOptions _ ) As FormatResult
'Usage Dim instance As IFormatter Dim date As Date Dim options As FormatOptions Dim value As FormatResult value = instance.Format(date, options)
FormatResult Format( DateTime date, FormatOptions options )
Parameters
- date
- A System.DateTime value indicates the date to format.
- options
- A value that specifies additional format options.
Return Value
A FormatResult value represents the formatting result.