-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
89 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
src/Unosquare.DateTimeExt/Interfaces/IReadOnlyDateOnlyRange.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Unosquare.DateTimeExt.Interfaces; | ||
|
||
public interface IReadOnlyDateOnlyRange : IHasReadOnlyStartDateOnly, IHasReadOnlyEndDateOnly | ||
{ | ||
} | ||
public interface IReadOnlyDateOnlyRange : IHasReadOnlyStartDateOnly, IHasReadOnlyEndDateOnly; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Unosquare.DateTimeExt.Interfaces; | ||
|
||
public interface IReadOnlyDateRange : IHasReadOnlyStartDate, IHasReadOnlyEndDate | ||
{ | ||
} | ||
public interface IReadOnlyDateRange : IHasReadOnlyStartDate, IHasReadOnlyEndDate; |
4 changes: 1 addition & 3 deletions
4
src/Unosquare.DateTimeExt/Interfaces/IReadOnlyOpenDateRange.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Unosquare.DateTimeExt.Interfaces; | ||
|
||
public interface IReadOnlyOpenDateRange : IHasReadOnlyStartDate, ICanHaveReadOnlyEndDate | ||
{ | ||
} | ||
public interface IReadOnlyOpenDateRange : IHasReadOnlyStartDate, ICanHaveReadOnlyEndDate; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Unosquare.DateTimeExt.Interfaces; | ||
|
||
public interface IYearMonth : IHasReadOnlyYear, IHasReadOnlyMonth | ||
{ | ||
} | ||
public interface IYearMonth : IHasReadOnlyYear, IHasReadOnlyMonth; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Unosquare.DateTimeExt.Interfaces; | ||
|
||
public interface IYearMonthDateRange : IYearMonth, IReadOnlyDateRange | ||
{ | ||
} | ||
public interface IYearMonthDateRange : IYearMonth, IReadOnlyDateRange; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Unosquare.DateTimeExt.Interfaces; | ||
|
||
public interface IYearQuarter : IHasReadOnlyYear, IHasReadOnlyQuarter | ||
{ | ||
} | ||
public interface IYearQuarter : IHasReadOnlyYear, IHasReadOnlyQuarter; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Unosquare.DateTimeExt.Interfaces; | ||
|
||
public interface IYearQuarterDateRange : IYearQuarter, IReadOnlyDateRange | ||
{ | ||
} | ||
public interface IYearQuarterDateRange : IYearQuarter, IReadOnlyDateRange; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Unosquare.DateTimeExt.Interfaces; | ||
|
||
public interface IYearWeek : IHasReadOnlyYear, IHasReadOnlyWeek | ||
{ | ||
} | ||
public interface IYearWeek : IHasReadOnlyYear, IHasReadOnlyWeek; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Unosquare.DateTimeExt.Interfaces; | ||
|
||
public interface IYearWeekDateRange : IYearWeek, IReadOnlyDateRange | ||
{ | ||
} | ||
public interface IYearWeekDateRange : IYearWeek, IReadOnlyDateRange; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters