Flexible NoSQL hotness. With search.

4.5.3.4 DateTimeType

class DateTimeType:
  • An empty class representing a DateTime datatype. DateTime values must be UTC and represented in RFC 3339 format (e.g. "1985-04-12T23:30:50.52Z").
  • Attributes:
    • none
  • Example:
    {
        "__class__": "DateTimeType"
    }
    
« Prev Next »