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