FirstWeekOfYear
(Microsoft.VisualBasic.FirstWeekOfYear)
Inherits:
System.Enum
Interfaces:
IComparable, IFormattable, IConvertible
Derived Types:
0
Assembly:
Microsoft.VisualBasic.dll
The FirstWeekOfYear enumeration contains constants used to identify how the first week of a year is determined when using the DateDiff and DatePart functions. These constants can be used anywhere in your code.
VB.NET
C#
|
VB.NET
Public Enum Structure FirstWeekOfYear
Implements System.IComparable, System.IFormattable, System.IConvertible
End Enum
Articles