DateTime.isValid Method

Module: DateTime

Definition

Indicates whether the date and/or time is valid.

is_valid(self) -> bool

Returns

bool
true if date and/or time is valid.

Exceptions

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

Returns

bool
true if date and/or time is valid.

Exceptions

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

Returns

bool
true if date and/or time is valid.

Exceptions

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

Returns

boolean
true if date and/or time is valid.

Exceptions

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

Returns

Bool
true if date and/or time is valid.

Exceptions

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

Parameters

in Handle to the DateTime object.

result bool *
out true if date and/or time is valid.

Returns

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