IfxDateTime public properties
These are the public properties of the IfxDateTime object.
| Property | Type | Access notes | Description |
|---|---|---|---|
| Date | IfxDateTime | read-only | An IfxDateTime that has the same value as the instance but has a range of Year to Day. |
| Day | System.Int32 | read-only | The day portion of the value. |
| EndTimeUnit | IfxTimeUnit | read-only | The end time unit of the instance. |
| Hour | System.Int32 | read-only | The hour portion of the value. |
| MaxValue | IfxDateTime | read-only static | An IfxDateTime that has the largest value possible in an IfxDateTime. The range of the IfxDateTime is Year to Fraction5. |
| Millisecond | System.Int32 | read-only | The number of whole milliseconds in the fractional portion of the instance. There are 1000 milliseconds in one second. |
| MinValue | IfxDateTime | read-only static | An IfxDateTime that has the smallest value possible in an IfxDateTime. The range of the IfxDateTime is Year to Fraction5. |
| Minute | System.Int32 | read-only | The minute portion of the value. |
| Month | System.Int32 | read-only | The month portion of the value. |
| Now | IfxDateTime | read-only static | An IfxDateTime that is set to the current date and time and has a range of Year to Fraction5. |
| Null | IfxDateTime | read-only static | An IfxDateTime that is set to null. |
| Second | System.Int32 | read-only | The seconds portion of the value. |
| StartTimeUnit | IfxTimeUnit | read-only | The start time unit of the instance. |
| Ticks | System.Int64 | read-only | The number of ticks from midnight on 1 Jan 0001 to the time in this instance. There are 10 000 000 ticks in one second. |
| Today | IfxDateTime | read-only static | An IfxDateTime set to the current time and having a range of Year to Day. |
| Year | System.Int32 | read-only | The year portion of the value. |