DateTime.second Property

Module: DateTime

Type: int

Definition

The second (0 through 59).

second: int

Exceptions

An error has occurred during Bioseal Library execution.
int get second => getSecond();

Exceptions

An error has occurred during Bioseal Library execution.
public int second
{
    get => Getsecond();
}

Exceptions

An error has occurred during Bioseal Library execution.
public int getSecond() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var second: Int
    get {
        return Int(try! getSecond())
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealDateTime_GetSecond (ID3_BIOSEAL_DATE_TIME hDateTime, int * second)

Returns

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