DateTime.isTimeValid Method¶
Module: DateTime
Definition¶
Indicates whether the time is valid.
is_time_valid(self) -> bool
Returns
bool
true if the time is valid.
Exceptions
An error has occurred during Bioseal Library execution.
bool isTimeValid()
Returns
bool
true if the time is valid.
Exceptions
An error has occurred during Bioseal Library execution.
public bool IsTimeValid()
Returns
bool
true if the time is valid.
Exceptions
An error has occurred during Bioseal Library execution.
public boolean isTimeValid() throws BiosealException
Returns
boolean
true if the time is valid.
Exceptions
An error has occurred during Bioseal Library execution.
public func isTimeValid() throws -> Bool
Returns
Bool
true if the time is valid.
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealDateTime_IsTimeValid (
ID3_BIOSEAL_DATE_TIME hDateTime,
bool * result)
Parameters
hDateTime
ID3_BIOSEAL_DATE_TIMEin Handle to the DateTime object.result
bool *out true if the time is valid.
Returns