| ManipulateEndOf Method |
| Name | Description | |
|---|---|---|
| EndOf(DateTimeParts) |
Get the end of part from DateTime.UtcNow. E.g. EndOf(DateTimeParts.Year)
return a new DateTime at the end of the current year.
| |
| EndOf(DateTime, DateTimeParts) |
Get the end of part from DateTime.UtcNow. E.g. EndOf(DateTimeParts.Year)
return a new DateTime at the end of the current year.
|