DateTime.toString Method

Module: DateTime

Definition

Convert the date/time to a string.

to_string(self) -> str

Returns

str
Automatic format is YYYY-MM-DDTHH:MM:SS, YYYY-MM-DD or HH:MM:SS

Exceptions

An error has occurred during Bioseal Library execution.
String toString()

Returns

String
Automatic format is YYYY-MM-DDTHH:MM:SS, YYYY-MM-DD or HH:MM:SS

Exceptions

An error has occurred during Bioseal Library execution.
public override string ToString()

Returns

string
Automatic format is YYYY-MM-DDTHH:MM:SS, YYYY-MM-DD or HH:MM:SS

Exceptions

An error has occurred during Bioseal Library execution.
public String toString() throws BiosealException

Returns

String
Automatic format is YYYY-MM-DDTHH:MM:SS, YYYY-MM-DD or HH:MM:SS

Exceptions

An error has occurred during Bioseal Library execution.
public func toString() throws -> String

Returns

String
Automatic format is YYYY-MM-DDTHH:MM:SS, YYYY-MM-DD or HH:MM:SS

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealDateTime_ToString (
    ID3_BIOSEAL_DATE_TIME hDateTime,
    char * result,
    int * resultSize)

Parameters

in Handle to the DateTime object.

result char *
out Automatic format is YYYY-MM-DDTHH:MM:SS, YYYY-MM-DD or HH:MM:SS

resultSize int *
in Size of the ‘result’ buffer. Receives the minimum required buffer size to hold the ‘result’ string if the given one is too small (including the terminating NULL character), otherwise receives the number of characters in ‘result’ (excluding terminating NULL character).

Returns

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