DateTime.year Property

Module: DateTime

Type: int

Definition

The year (1 through 9999, 0 if invalid date).

year: int

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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