mirror of
https://github.com/aaru-dps/Aaru.Helpers.git
synced 2025-12-16 19:24:35 +00:00
Add XML comments to public entities.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user