Click or drag to resize
ManipulateEndOf Method
Overload List
  NameDescription
Public methodStatic memberEndOf(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.
Public methodStatic memberEndOf(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.
Top
See Also