DateTime.second Property¶
Module: DateTime
Type: int
Definition¶
The second (0 through 59).
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