DateTimeBuilderJava8

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def asInstant: Gen[Instant]
def asLocalDateTime: Gen[LocalDateTime]
def asZonedDateTime: Gen[ZonedDateTime]
def asZonedDateTime(zoneId: ZoneId): Gen[ZonedDateTime]
def asZonedDateTime(genZoneId: Gen[ZoneId]): Gen[ZonedDateTime]

http://stackoverflow.com/questions/40010089/zoneddatetime-parse-bug

def asZonedDateTimeAvoidingJDK8066982(zoneId: ZoneId): Gen[ZonedDateTime]

http://stackoverflow.com/questions/40010089/zoneddatetime-parse-bug

def asZonedDateTimeAvoidingJDK8066982(genZoneId: Gen[ZoneId]): Gen[ZonedDateTime]

http://stackoverflow.com/questions/40010089/zoneddatetime-parse-bug

def fromInstant(i: Instant): DateTimeBuilder
def fromZDT(d: ZonedDateTime): DateTimeBuilder
def untilInstant(i: Instant): DateTimeBuilder
def untilZDT(d: ZonedDateTime): DateTimeBuilder