Skip to content

Commit

Permalink
Added missing headers to README
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCakeMonster committed Oct 2, 2024
1 parent 4b17cef commit 73c6f23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ The NCalc documentation can be found [here (source code)](https://github.com/skl
| [dateTime()](#dateTime) | Return the DateTime in the specified format as a string, with an optional offset. |
| [dateTimeAsEpoch()](#datetimeasepoch) | Parses the input DateTime and outputs as seconds since the Epoch (1970-01-01T00:00Z). |
| [dateTimeAsEpochMs()](#datetimeasepochms) | Parses the input DateTime and outputs as milliseconds since the Epoch (1970-01-01T00:00Z). |
| [dateTimeIsInFuture()](#dateTimeIsInFuture) | Whether a DateTime is in the future, with an optional timezone correction. |
| [dateTimeIsInPast()](#dateTimeIsInPast) | Whether a DateTime is in the past, with an optional timezone correction. |
| [dictionary()](#dictionary) | Builds a Dictionary\<string, object?\> from the parameters provided. |
| [distinct()](#distinct) | Returns only distinct items from the input. |
| [endsWith()](#endswith) | Determines whether a string ends with another string. |
Expand Down

0 comments on commit 73c6f23

Please sign in to comment.