This is preliminary documentation and is subject to change.

TimeSpanExtensionsTimeSpanTruncate Enumeration

Precision specification for the {DateTime.}TruncateTo method

Definition

Namespace: MoreDateTime.Extensions
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public enum TimeSpanTruncate

Members

Weeks 0 Precision Week, all below is set to 0
Days 1 Precision Day, all below is set to 0
Hours 2 Precision Hour, all below is set to 0
Minutes 3 Precision Minute, all below is set to 0
Seconds 4 Precision Second, all below is set to 0

See Also