Version

DateTimeIncrement Class Members

The following tables list the members exposed by DateTimeIncrement.

Public Constructors
 NameDescription
Public ConstructorDateTimeIncrement ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyDaysNumber of days.  
Public PropertyHoursNumber of hours.  
Public PropertyIsZeroDetermines if all the date/time unit properties are set to zero.  
Public PropertyMillisecondsNumber of milliseconds.  
Public PropertyMinutesNumber of Minutes  
Public PropertyMonthsNumber of months  
Public PropertySecondsNumber of seconds.  
Public PropertyYearsNumber of years  
Public Methods
 NameDescription
Public MethodAdjustDateTimeIncrement/Decrements the provided DateTime by the values of the current object.  
Public MethodEqualsCompares two objects for equality.  
Public MethodGetHashCodeReturns a hash code for the object.  
Public Methodstatic (Shared in Visual Basic)ParseParses a string value into a DateTimeIncrement object.  
Public MethodResetResets all the date/time unit properties to zero.  
Public MethodShouldSerializeReturns whether the object should be serialized.  
Public MethodToStringConvert the object to a string representation.  
See Also