DateTimeTickSpacingTimeSpanExRoundDown Method |
Rounds the specified date-time down to the previous matching boundary.
Namespace: Altaxo.Graph.Scales.TicksAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic DateTime RoundDown(
DateTime d
)
Parameters
- d DateTime
- The date-time value.
Return Value
DateTimeThe rounded date-time value.
See Also