@QiStruct open class DateTimeString
Struct representing a dateTime as a string.
Since
2
<init> |
Create a new DateTimeString(dateTimeString: String!) |
equals |
open fun equals(other: Any?): Boolean |
getDateTimeString |
The string should be in the format yyyy-MM-ddThh:mm:ssZ, in order to be used to create nodes and triples. open fun getDateTimeString(): String! |
hashCode |
open fun hashCode(): Int |
setDateTimeString |
Setter for dateTimeString The string should be in the format yyyy-MM-ddThh:mm:ssZ, in order to be used to create nodes and triples. open fun setDateTimeString(dateTimeString: String!): Unit |
toString |
open fun toString(): String |