| class CValidityPeriod : public CBase |
The period for which the certificate is valid.
v6.0
| Public Member Functions | |
|---|---|
| CValidityPeriod(const CValidityPeriod &) | |
| IMPORT_C const TTime & | Finish() |
| IMPORT_C const TTime & | Start() |
| IMPORT_C TBool | Valid(const TTime &) |
| Protected Member Functions | |
|---|---|
| CValidityPeriod() | |
| Protected Attributes | |
|---|---|
| TTime | iFinish |
| TTime | iStart |
| IMPORT_C | CValidityPeriod | ( | const CValidityPeriod & | aValidityPeriod | ) |
Copy constructor.
| const CValidityPeriod & aValidityPeriod | The validity period object to be copied. |
| IMPORT_C const TTime & | Finish | ( | ) | const |
Gets the end of the validity period.
The end date and time.
| IMPORT_C const TTime & | Start | ( | ) | const |
Gets the start of the validity period.
The start date and time.
| IMPORT_C TBool | Valid | ( | const TTime & | aTime | ) | const |
Tests whether the specified date and time is within the validity period.
ETrue, if the date and time is within the validity period; EFalse, otherwise.
| const TTime & aTime | The date and time to be tested. |