Table of Contents

Enum DatePart

Namespace
YndigoBlue.Velocity.Enums
Assembly
YndigoBlue.Velocity.dll

Specifies the component of a date or time value used in date arithmetic functions such as DateAdd and DateDiff.

public enum DatePart

Fields

Year = 0

Year component.

Month = 1

Month component.

Day = 2

Day component.

Hour = 3

Hour component.

Minute = 4

Minute component.

Second = 5

Second component.