DateTime.isDateValid Method

Module: DateTime

Definition

Indicates whether the date is valid.

is_date_valid(self) -> bool

Returns

bool
true if the date is valid.

Exceptions

An error has occurred during Bioseal Library execution.
bool isDateValid()

Returns

bool
true if the date is valid.

Exceptions

An error has occurred during Bioseal Library execution.
public bool IsDateValid()

Returns

bool
true if the date is valid.

Exceptions

An error has occurred during Bioseal Library execution.
public boolean isDateValid() throws BiosealException

Returns

boolean
true if the date is valid.

Exceptions

An error has occurred during Bioseal Library execution.
public func isDateValid() throws -> Bool

Returns

Bool
true if the date is valid.

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealDateTime_IsDateValid (
    ID3_BIOSEAL_DATE_TIME hDateTime,
    bool * result)

Parameters

in Handle to the DateTime object.

result bool *
out true if the date is valid.

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.