DateTimeExtensions.ConvertToISO8601DateTimeString(DateTime) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static string ConvertToISO8601DateTimeString (this DateTime date);
static member ConvertToISO8601DateTimeString : DateTime -> string
<Extension()>
Public Function ConvertToISO8601DateTimeString (date As DateTime) As String
Parameters
- date
- System.DateTime
Returns
- System.String