public abstract class TimeRange extends Object
| Constructor and Description |
|---|
TimeRange() |
| Modifier and Type | Method and Description |
|---|---|
static TimeRange |
create(org.joda.time.DateTime from,
org.joda.time.DateTime to) |
abstract org.joda.time.DateTime |
from() |
abstract org.joda.time.DateTime |
to() |
public abstract org.joda.time.DateTime from()
public abstract org.joda.time.DateTime to()
public static TimeRange create(org.joda.time.DateTime from, org.joda.time.DateTime to)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.