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