Click or drag to resize

DateComponents Enumeration

IT Hit WebDAV Classes Reference
Represents components of DateTime class. Used to test if any date or time component is present.

Namespace:  ITHit.Collab
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
[FlagsAttribute]
public enum DateComponents
Members
  Member nameValueDescription
Year1 Year is specified.
Month2 Month is specified.
Day4 Day is specified.
Hours8 Hours are specified.
Minutes16 Minutes are specified.
Seconds32 Seconds are specified.
Milliseconds64 Milliseconds are specified.
Date7 Date is specified.
Time120 Time is specified.
DateAndTime127 Date and time is specified.
Remarks
This class is used to mark and test date and time components stored in DateTime that must be treated as valid.
See Also