Soap.XSBuiltIns.TXSCustomDateTime Properties
InheritedProtected
| AsDateTime | public | Represents the object's value as a TDateTime value. |
| AsUTCDateTime | public | Represents the object's value as a TDateTime value using UTC time. |
| DataContext | public | Specifies the object that controls the lifetime of a TRemotable instance. |
| Day | public | Indicates the Day of the month that the object represents. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| FractionalSeconds | public | Indicates any factional portion of a second beyond the seconds specified in the Second property. |
| Hour | public | Indicates the hour of the day that the object represents. |
| HourOffset | public | Indicates the difference between the Hour property and the hour in the local time zone. |
| Millisecond | protected | Indicates the Millisecond of the second that the object represents. |
| Minute | public | Indicates the minute of the hour that the object represents. |
| MinuteOffset | public | Indicates the difference between the Minute property and the minute of the hour in local time. |
| Month | public | Indicates the month of the year that the object represents. |
| Second | public | Indicates the second of the minute that the object represents. |
| SerializationOptions | public | Indicates how the value of the TRemotable descendant encodes its value. |
| UseZeroMilliseconds | public | Indicates whether the string representation of this object's value includes a portion for milliseconds when the value of Millisecond is zero. |
| Year | public | Indicates the year that the object represents. |