Add XML comments to public entities.

This commit is contained in:
2021-08-17 13:56:05 +01:00
parent d7db55d5f2
commit 138c6c1f45
9 changed files with 78 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ using Aaru.Console;
namespace Aaru.Helpers
{
/// <summary>
/// Helper operations for timestamp management (date and time)
/// </summary>
public static class DateHandlers
{
static readonly DateTime _lisaEpoch = new DateTime(1901, 1, 1, 0, 0, 0);