DateTime.month Property¶
Module: DateTime
Type: int
Definition¶
The month (1 through 12).
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