Overload List

  NameDescription
Public methodStatic memberRound(DateTime, DateTools..::..Resolution)
Limit a date's resolution. For example, the date
CopyC#
2004-09-21 13:50:11
will be changed to
CopyC#
2004-09-01 00:00:00
when using
CopyC#
Resolution.MONTH
.
Public methodStatic memberRound(Int64, DateTools..::..Resolution)
Limit a date's resolution. For example, the date
CopyC#
1095767411000
(which represents 2004-09-21 13:50:11) will be changed to
CopyC#
1093989600000
(2004-09-01 00:00:00) when using
CopyC#
Resolution.MONTH
.

See Also