Overload | Description |
---|---|
Format(DateTime,SQLDateTimeType) | Formats the dateTime value into a literal string in the format specified by dateTimeType. This method must be called on the MCT. Use QueuedTask.Run. |
Format(DateOnly,SQLDateTimeType) | Formats the dateOnly value into a literal string in the format specified by dateTimeType. This method must be called on the MCT. Use QueuedTask.Run. |
Format(TimeOnly,SQLDateTimeType) | Formats the timeOnly value into a literal string in the format specified by dateTimeType. This method must be called on the MCT. Use QueuedTask.Run. |
Format(DateTimeOffset,SQLDateTimeType) | Formats the dateTimeOffset value into a literal string in the format specified by dateTimeType. This method must be called on the MCT. Use QueuedTask.Run. |