Duration.ToText
This function will provide a text format showing the duration value in the format "day.hour:mins:sec". The duration value provided will be used to calculate this text representation. The 'format' para...
Duration.ToText(duration as nullable duration, optional format as nullable text) as nullable text
This function will provide a text format showing the duration value in the format "day.hour:mins:sec". The duration value provided will be used to calculate this text representation. The 'format' parameter is optional, but it is deprecated and will cause an error if not null.