System.TDateTime Methods
InheritedProtected
Create | public | Creates and initializes an instance of TDateTime. |
CurrentDate | public | Returns the current date as a TDateTime value. |
CurrentDateTime | public | Returns the current date and time as a TDateTime value. |
CurrentTime | public | Returns the current time as a TDateTime value. |
DateString | public | Converts the date of the TDateTime value to a string. |
DateTimeString | public | Converts the TDateTime value to a string. |
DayOfWeek | public | Returns the day of the week of the date portion in the TDateTime. |
DecodeDate | public | Separates the TDateTime value into year, month, and day values and stores these values in the year, month, and day parameters, respectively. |
DecodeTime | public | Separates the TDateTime value into hour, minute, second, and millisecond values and stores these values in the hour, min, sec, and msec parameters, respectively. |
FileDate | public | Converts the date/time value to an OS date/time stamp. |
FileDateToDateTime | public | Converts an OS timestamp value to TDateTime value. |
FormatString | public | Formats the TDateTime object using the format given by format. |
operator != | public | Compares two TDateTime objects for inequality. |
operator () | public | Converts the TDateTime object. |
operator + | public | Adds a specified value to the TDateTime object. |
operator ++ | public | Increments the value of the TDateTime object by a specified number of days. |
operator += | public | Increments the value of this TDateTime object by a specified value. |
operator - | public | Subtracts a specified value from the TDateTime object. |
operator -- | public | Decrements the value of the TDateTime object by a specified number of days. |
operator -= | public | Decrements the value of this TDateTime object by a specified value. |
operator < | public | Tests whether this TDateTime value is less than another specified TDateTime value. |
operator <= | public | Tests whether this TDateTime value is less than or equal to another specified TDateTime value. |
operator = | public | Assigns the value of the TDateTime object. |
operator == | public | Compares two TDateTime objects for equality. |
operator > | public | Tests whether this TDateTime value is greater than another specified TDateTime value. |
operator >= | public | Tests whether this TDateTime value is greater than or equal to another specified TDateTime value. |
TimeString | public | Converts the TDateTime object to an AnsiString. |
toAnsiString | public |