Fix unrepresentable datetime bug #7

Merged
mahalex merged 5 commits from fix-unrepresentable-datetime-bug into master 2019-03-04 21:28:43 +00:00
Showing only changes of commit 986d4b157e - Show all commits

View File

@ -56,7 +56,7 @@ namespace MatFileHandler
/// Gets values of datetime object at given position in the array converted to <see cref="DateTimeOffset"/>.
/// </summary>
/// <param name="list">Indices.</param>
/// <returns>Value converted to <see cref="DateTimeOffset"/>.</returns>
/// <returns>Value converted to <see cref="DateTimeOffset"/>; null if the resulting value is unrepresentable.</returns>
public DateTimeOffset? this[params int[] list]
{
get