Click or drag to resize
ManipulateStartOf Method
Overload List
  NameDescription
Public methodStatic memberStartOf(DateTimeParts)
Get the start of part from DateTime.UtcNow. E.g. StartOf(DateTimeParts.Year) return a new DateTime at the start of the current year.
Public methodStatic memberStartOf(DateTime, DateTimeParts)
Get the start of this dateTime at part. E.g. DateTime.Now.StartOf(DateTimeParts.Year) return a new DateTime at the start of the current year.
Top
See Also