| XDateTime Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Biolomics.BioCallback
 Syntax
SyntaxThe XDateTime type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | XDateTime(TDateTime) | 
 Initializes a new instance of the XDateTime class.
  | 
|  | XDateTime(Int64) | 
 Initializes a new instance of the XDateTime class from long value.
  | 
|  | XDateTime(XDateTime) | 
 Initializes a new instance of the XDateTime class.
  | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Day | 
 Gets the day from date time.
  | 
|  | Hour | 
 Gets the hour from date time.
  | 
|  | Minute | 
 Gets the minute from date time.
  | 
|  | Month | 
 Gets the month from date time.
  | 
|  | Second | 
 Gets the second from date time.
  | 
|  | Value | 
 Gets or sets the value of the datetime.
  | 
|  | Year | 
 Gets the year from date time.
  | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clear | 
 Clears this instance.
  | 
|  | Clone | 
 Clones this instance.
  | 
|  | DataToView | 
 Datas to view.
  | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetDate | 
 Gets the date.
  | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | IsNullOrEmpty | 
 Determines whether this datetime is null or empty .
  | 
|   | IsNullOrEmpty(XDateTime) | 
 Determines whether datetime is null or empty.
  | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | SetValue(DateTime) | 
 Sets the date.
  | 
|  | SetValue(Int32, Int32, Int32, Int32, Int32, Int32) | 
 Sets the date from parameters.
  | 
|  | ToString | 
 Returns a String that represents this instance.
 (Overrides ObjectToString.) | 
|  | ViewToData | 
 Views to data.
  | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | 
 Implements the operator =.
  | 
|   | GreaterThan | 
 Checks if the first date is greater than second one.
  | 
|   | GreaterThanOrEqual | 
 Checks if the first date is greater or equal than second one.
  | 
|   | Inequality | 
 Implements the operator <> operator.
  | 
|   | LessThan | 
 Checks if the first date is less than second one.
  | 
|   | LessThanOrEqual | 
 Checks if the first date is less or equal than second one.
  | 
 See Also
See Also