format_date_time_for_didl_lite
Description:
[
Version ( since =
"0.14.1" ) ]
public string format_date_time_for_didl_lite (
DateTime date_time,
bool date_only =
false)
Get the representation of DateTime as an ISO8601 string.
DLNA requires a specific subset of ISO8601
Parameters:
| date_time |
DateTime to format
|
Returns:
|
date_time formatted as an ISO8601 string
|