SqlTimSt
Contents |
Delphi Information
Function
| CheckSqlTimeStamp |
Checks whether a TSQLTimeStamp value represents a valid date and time. |
| CheckSqlTimeStampOffset |
Checks whether a TSQLTimeStampOffset value represents a valid date and time. |
| DateTimeToSQLTimeStamp |
Converts a TDateTime value to a TSQLTimeStamp value. |
| DateTimeToSQLTimeStampOffset |
Converts a TDateTime value to a TSQLTimeStampOffset value. |
| LocalToUTC |
Converts a TSQLTimeStamp variable from local time to Coordinated Universal Time (UTC). |
| SQLDayOfWeek |
Indicates the day of the week when a specified TSQLTimeStamp value occurs. |
| SQLTimeStampOffsetToDateTime |
Converts a TSQLTimeStampOffset value to a TDateTime value. |
| SQLTimeStampOffsetToStr |
Converts a TSQLTimeStampOffset value to a string. |
| SQLTimeStampToDateTime |
Converts a TSQLTimeStamp value to a TDateTime value. |
| SQLTimeStampToStr |
Converts a TSQLTimeStamp value to a string. |
| StrToSQLTimeStamp |
Converts a string to a TSQLTimeStamp value. |
| StrToSQLTimeStampOffset |
Converts a string to a TSQLTimeStampOffset value. |
| TryStrToSQLTimeStamp |
Converts a string to a TSQLTimeStamp value. |
| TryStrToSQLTimeStampOffset |
Converts a string to a TSQLTimeStampOffset value. |
| UTCToLocal |
Converts a TSQLTimeStamp variable from Coordinated Universal Time (UTC) to local time. |
| VarIsSQLTimeStamp |
Indicates whether a specified Variant represents a TSQLTimeStamp value. |
| VarIsSQLTimeStampOffset |
Indicates whether a specified Variant represents a TSQLTimeStampOffset value. |
| VarSQLTimeStamp |
Returns the TVarType constant that identifies the internal type of a Variant as a TSQLTimeStamp value. |
| VarSQLTimeStampCreate |
Creates a new Variant that stores its value internally as a TSQLTimeStamp value. |
| VarSQLTimeStampOffset |
Returns the TVarType constant that identifies the internal type of a Variant as a TSQLTimeStampOffset value. |
| VarSQLTimeStampOffsetCreate |
Creates a new Variant that stores its value internally as a TSQLTimeStampOffset value. |
| VarToSQLTimeStamp |
Converts a Variant that represents a TSQLTimeStamp value to the corresponding TSQLTimeStamp. |
| VarToSQLTimeStampOffset |
Converts a Variant that represents a TSQLTimeStampOffset value to the corresponding TSQLTimeStampOffset. |
Pointer
| PSQLTimeStamp |
PSQLTimeStamp is a pointer to a TSQLTimeStamp value. |
| PSQLTimeStampOffset |
Is a pointer to a TSQLTimeStampOffset value. |
Struct
| TSQLTimeStamp |
TSQLTimeStamp represents time and date values with a high degree of accuracy. |
| TSQLTimeStampOffset |
TSQLTimeStampOffset represents time and date values with a high degree of accuracy, relative to the Coordinated Universal Time (UTC). |
| TTimeZone |
A variable of type TTimeZone can store time zone settings, which control the conversions between Coordinated Universal Time (UTC) and local time. |
C++ Information
Class
| TSQLTimeStamp |
TSQLTimeStamp represents time and date values with a high degree of accuracy. |
| TSQLTimeStampOffset |
TSQLTimeStampOffset represents time and date values with a high degree of accuracy, relative to the Coordinated Universal Time (UTC). |
| TTimeZone |
A variable of type TTimeZone can store time zone settings, which control the conversions between Coordinated Universal Time (UTC) and local time. |
Function
| CheckSqlTimeStamp |
Checks whether a TSQLTimeStamp value represents a valid date and time. |
| CheckSqlTimeStampOffset |
Checks whether a TSQLTimeStampOffset value represents a valid date and time. |
| DateTimeToSQLTimeStamp |
Converts a TDateTime value to a TSQLTimeStamp value. |
| DateTimeToSQLTimeStampOffset |
Converts a TDateTime value to a TSQLTimeStampOffset value. |
| LocalToUTC |
Converts a TSQLTimeStamp variable from local time to Coordinated Universal Time (UTC). |
| SQLDayOfWeek |
Indicates the day of the week when a specified TSQLTimeStamp value occurs. |
| SQLTimeStampOffsetToDateTime |
Converts a TSQLTimeStampOffset value to a TDateTime value. |
| SQLTimeStampOffsetToStr |
Converts a TSQLTimeStampOffset value to a string. |
| SQLTimeStampToDateTime |
Converts a TSQLTimeStamp value to a TDateTime value. |
| SQLTimeStampToStr |
Converts a TSQLTimeStamp value to a string. |
| StrToSQLTimeStamp |
Converts a string to a TSQLTimeStamp value. |
| StrToSQLTimeStampOffset |
Converts a string to a TSQLTimeStampOffset value. |
| TryStrToSQLTimeStamp |
Converts a string to a TSQLTimeStamp value. |
| TryStrToSQLTimeStampOffset |
Converts a string to a TSQLTimeStampOffset value. |
| UTCToLocal |
Converts a TSQLTimeStamp variable from Coordinated Universal Time (UTC) to local time. |
| VarIsSQLTimeStamp |
Indicates whether a specified Variant represents a TSQLTimeStamp value. |
| VarIsSQLTimeStampOffset |
Indicates whether a specified Variant represents a TSQLTimeStampOffset value. |
| VarSQLTimeStamp |
Returns the TVarType constant that identifies the internal type of a Variant as a TSQLTimeStamp value. |
| VarSQLTimeStampCreate |
Creates a new Variant that stores its value internally as a TSQLTimeStamp value. |
| VarSQLTimeStampOffset |
Returns the TVarType constant that identifies the internal type of a Variant as a TSQLTimeStampOffset value. |
| VarSQLTimeStampOffsetCreate |
Creates a new Variant that stores its value internally as a TSQLTimeStampOffset value. |
| VarToSQLTimeStamp |
Converts a Variant that represents a TSQLTimeStamp value to the corresponding TSQLTimeStamp. |
| VarToSQLTimeStampOffset |
Converts a Variant that represents a TSQLTimeStampOffset value to the corresponding TSQLTimeStampOffset. |
Typedef
| PSQLTimeStamp |
PSQLTimeStamp is a pointer to a TSQLTimeStamp value. |
| PSQLTimeStampOffset |
Is a pointer to a TSQLTimeStampOffset value. |
Variable
| NullSQLTimeStamp |
Represents a NULL TSQLTimeStamp value. |
| NullSQLTimeStampOffset |
Represents a NULL NullSQLTimeStampOffset value. |