Class DateValue
- java.lang.Object
-
- edu.uiuc.ncsa.security.storage.monitored.upkeep.DateValue
-
public class DateValue extends Object
Created by Jeff Gaynor
on 2/12/24 at 1:56 PM
-
-
Field Summary
Fields Modifier and Type Field Description boolean
relative
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getIso8601()
long
getRelativeDate()
boolean
isRelative()
void
setRelative(boolean relative)
String
toString()
-
-
-
Constructor Detail
-
DateValue
public DateValue(long relativeDate)
-
DateValue
public DateValue(Date iso8601)
-
-