HISE Docs

Date


The Date object gives you access to system time and conversion functions.

Class methods

getSystemTimeISO8601

Returns a fully described string of this date and time in milliseconds or ISO-8601 format (using the local timezone) with or without divider characters.

Date.getSystemTimeISO8601(bool includeDividerCharacters)



getSystemTimeMs

Returns the system time in milliseconds.

Date.getSystemTimeMs()



ISO8601ToMilliseconds

Returns a date string to time in milliseconds.

Date.ISO8601ToMilliseconds(String iso8601)



millisecondsToISO8601

Returns a time in milliseconds to a date string.

Date.millisecondsToISO8601(int64 miliseconds, bool includeDividerCharacters)