| VB Extension Tools HTML project report | |
| Project: CodeHelperCollection | Module: TimeStamp |
| Module Type  | Class module  |
|---|---|
| File  | C:\Code\EE-projects\units\vb\ActiveX\CodeHelperCollection\src\GTimeStamp.cls  |
| Author  | Ralf Kunsmann  |
| Date  | 2001 09 28  |
| Purpose  |
Wrapper to the 'CTimeStamp' class.The sense of the wrapper is to have a public version of 'CTraceUserAction' without changing any line of code of 'CTraceUserAction' class. So we are able to use 'CTimeStamp' class by referencing the code module to a VB project or the activeX component 'VisiPIGSupport'.  |
| CTimeStamp (ts) |
| Class_Initialize | |
| TimeStamp | |
| DateFormat | |
| TimeFormat | |
| DateTime | |
| DateTimeEX | |
| TheDate | |
| TheDateEx | |
| TheTime | |
| TheTimeEx | |
| Year | |
| Month | |
| Day | |
| Hour | |
| Minute | |
| Second | |
| Update | |
| LeapYear | |
| Week |
| Procedure 'Class_Initialize' | List of procedures |
| Scope/Type  | Private Sub  |
|---|
| Procedure 'TimeStamp' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As Double  |
| Procedure 'DateFormat' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As String  |
| Procedure 'TimeFormat' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As String  |
| Procedure 'DateTime' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As Date  |
| Procedure 'DateTimeEX' | List of procedures |
| Scope/Type  | Public Property (Get)  |
|---|---|
| Code return value  | String  |
| Procedure 'TheDate' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As Date  |
| Procedure 'TheDateEx' | List of procedures |
| Scope/Type  | Public Property (Get)  |
|---|---|
| Code return value  | String  |
| Procedure 'TheTime' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As Date  |
| Procedure 'TheTimeEx' | List of procedures |
| Scope/Type  | Public Property (Get)  |
|---|---|
| Code return value  | String  |
| Procedure 'Year' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As Long  |
| Procedure 'Month' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As Long  |
| Procedure 'Day' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As Long  |
| Procedure 'Hour' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As Long  |
| Procedure 'Minute' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As Long  |
| Procedure 'Second' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code parameters  | RHS As Long  |
| Procedure 'Update' | List of procedures |
| Scope/Type  | Public Sub  |
|---|
| Procedure 'LeapYear' | List of procedures |
| Scope/Type  | Public Property (Get)  |
|---|---|
| Code return value  | Boolean  |
| Procedure 'Week' | List of procedures |
| Scope/Type  | Public Property (Get)  |
|---|---|
| Code parameters  |
Optional FirstDayOfWeek As VbDayOfWeek = vbMonday Optional FirstDayOfYear As VbFirstWeekOfYear = vbFirstFourDays  |
| Code return value  | Integer  |