System.TDateTime Methods
InheritedProtected
| AddDay | public | |
| AddHour | public | |
| AddMilliSecond | public | |
| AddMinute | public | |
| AddMonth | public | |
| AddSecond | public | |
| AddWeek | public | |
| AddYear | public | |
| CompareDate | public | |
| CompareDateTime | public | |
| CompareTime | public | |
| 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. |
| DateInRange | public | |
| DateString | public | Converts the date of the TDateTime value to a string. |
| DateTimeInRange | public | |
| DateTimeString | public | Converts the TDateTime value to a string. |
| DayOfTheMonth | public | |
| DayOfTheWeek | public | |
| DayOfTheYear | public | |
| DayOfWeek | public | Returns the day of the week of the date portion in the TDateTime. |
| DaysBetween | public | |
| DaysInMonth | public | |
| DaysInYear | public | |
| DaySpan | public | |
| Decode | public | |
| DecodeDate | public | Separates the TDateTime value into year, month, and day values and stores these values in the year, month, and day parameters, respectively. |
| DecodeDay | public | |
| DecodeDayOfWeekInMonth | public | |
| DecodeMonthWeek | public | |
| 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. |
| DecodeWeek | public | |
| Encode | public | |
| EncodeDay | public | |
| EncodeDayOfWeekInMonth | public | |
| EncodeMonthWeek | public | |
| EncodeWeek | public | |
| EndOfTheDay | public | |
| EndOfTheMonth | public | |
| EndOfTheWeek | public | |
| EndOfTheYear | public | |
| FileDate | public | Converts the date/time value to an OS date/time stamp. |
| FileDateToDateTime | public | Converts an OS timestamp value to TDateTime value. |
| Format | public | |
| FormatString | public | Formats the TDateTime object using the format given by format. |
| GetDate | public | |
| GetDay | public | |
| GetHour | public | |
| GetMilliSecond | public | |
| GetMinute | public | |
| GetMonth | public | |
| GetSecond | public | |
| GetTime | public | |
| GetWeek | public | |
| GetYear | public | |
| HourOfTheMonth | public | |
| HourOfTheWeek | public | |
| HourOfTheYear | public | |
| HoursBetween | public | |
| HourSpan | public | |
| IncDay | public | |
| IncHour | public | |
| IncMilliSecond | public | |
| IncMinute | public | |
| IncMonth | public | |
| IncSecond | public | |
| IncWeek | public | |
| IncYear | public | |
| IsAM | public | |
| IsInLeapYear | public | |
| IsPM | public | |
| IsSameDay | public | |
| IsToday | public | |
| MilliSecondOfTheDay | public | |
| MilliSecondOfTheHour | public | |
| MilliSecondOfTheMinute | public | |
| MilliSecondOfTheMonth | public | |
| MilliSecondOfTheWeek | public | |
| MilliSecondOfTheYear | public | |
| MilliSecondsBetween | public | |
| MilliSecondSpan | public | |
| MinuteOfTheDay | public | |
| MinuteOfTheMonth | public | |
| MinuteOfTheWeek | public | |
| MinuteOfTheYear | public | |
| MinutesBetween | public | |
| MinuteSpan | public | |
| MonthsBetween | public | |
| MonthSpan | public | |
| Now | public | |
| NowUTC | public | |
| NthDayOfWeek | public | |
| 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. |
| SameDate | public | |
| SameDateTime | public | |
| SameTime | public | |
| SecondOfTheDay | public | |
| SecondOfTheHour | public | |
| SecondOfTheMonth | public | |
| SecondOfTheWeek | public | |
| SecondOfTheYear | public | |
| SecondsBetween | public | |
| SecondSpan | public | |
| SetDate | public | |
| SetDateTime | public | |
| SetDay | public | |
| SetHour | public | |
| SetHttpDate | public | |
| SetISO8601 | public | |
| SetJulianDate | public | |
| SetMilliSecond | public | |
| SetMinute | public | |
| SetModifiedJulianDate | public | |
| SetMonth | public | |
| SetSecond | public | |
| SetTime | public | |
| SetUnix | public | |
| SetYear | public | |
| StartOfTheDay | public | |
| StartOfTheMonth | public | |
| StartOfTheWeek | public | |
| StartOfTheYear | public | |
| TimeInRange | public | |
| TimeString | public | Converts the TDateTime object to an AnsiString. |
| TimeToMilliseconds | public | |
| toAnsiString | public | |
| Today | public | |
| ToISO8601 | public | |
| ToJulianDate | public | |
| ToMilliseconds | public | |
| ToModifiedJulianDate | public | |
| Tomorrow | public | |
| ToString | public | |
| ToUnix | public | |
| TryEncode | public | |
| TryEncodeDay | public | |
| TryEncodeDayOfWeekInMonth | public | |
| TryEncodeMonthWeek | public | |
| TryEncodeWeek | public | |
| TrySetISO8601 | public | |
| TrySetJulianDate | public | |
| TrySetModifiedJulianDate | public | |
| WeekOfTheMonth | public | |
| WeekOfTheYear | public | |
| WeeksBetween | public | |
| WeeksInYear | public | |
| WeekSpan | public | |
| WithinPastDays | public | |
| WithinPastHours | public | |
| WithinPastMilliSeconds | public | |
| WithinPastMinutes | public | |
| WithinPastMonths | public | |
| WithinPastSeconds | public | |
| WithinPastWeeks | public | |
| WithinPastYears | public | |
| YearsBetween | public | |
| YearSpan | public | |
| Yesterday | public |