Data.SqlTimSt
Defines classes that implement functionality to work with SQL time stamp values with a high degree of accuracy, and a number of methods for manipulating SQL time stamp values.
Package | dbrtl290.bpl |
---|
Routines
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. |
LocalToOffset | |
LocalToUTC | Converts a TSQLTimeStamp variable from local time to Coordinated Universal Time (UTC). |
OffsetToLocal | |
OffsetToUTC | |
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. |
UTCToOffset | |
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. |
Types
PSQLTimeStamp | PSQLTimeStamp is a pointer to a TSQLTimeStamp value. |
PSQLTimeStampOffset | Is a pointer to a TSQLTimeStampOffset value. |
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). |
Variables
NullSQLTimeStamp | Represents a NULL TSQLTimeStamp value. |
NullSQLTimeStampOffset | Represents a NULL NullSQLTimeStampOffset value. |