Click or drag to resize

IDate Interface

X#
This interface defines Date values

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 INTERFACE IDate

The IDate type exposes the following members.

Properties
  NameDescription
Public propertyDay
Day part of the date. A number between 0 an 31
Public propertyIsEmpty
Is the date empty (NULL_DATE)
Public propertyMonth
Month part of the date. A number between 0 an 12
Public propertyValue
Date as System.DateTime structure
Public propertyYear
Year part of the date. A number between 0 and 9999
Top
See Also