DateTime.month Property

Module: DateTime

Type: int

Definition

The month (1 through 12).

month: int

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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