public class Datetime
extends Date
Date and time value, e.g. "2018/09/05 12:34:56".
- See Also:
-
-
-
Constructor Summary
Constructors
Datetime(int year,
int month,
int date,
int hour,
int minute,
@Nullable Integer second)
-
Method Summary
Methods inherited from class net.hydromatic.filtex.ast.Date
plus
-
Field Details
-
hour
public final int hour
-
minute
public final int minute
-
second
public final @Nullable Integer second
-
Constructor Details
-
Datetime
public Datetime(int year,
int month,
int date,
int hour,
int minute,
@Nullable Integer second)
-