public class ThirdFriday extends Time2
Time2 with month base resolution and one day each month falling
on the 3d Friday. The domain label is friday3.| Modifier and Type | Field and Description |
|---|---|
static TimeDomain |
DOMAIN
A constant holding the domain.
|
static String |
LABEL
A constant holding the domain label.
|
| Constructor and Description |
|---|
ThirdFriday(long year,
int month)
Construct a
friday3time from the given time components. |
ThirdFriday(String date,
Adjustment adjust)
Construct a
friday3time from a string. |
ThirdFriday(TimeIndex time)
Construct a
friday3time from another time object. |
public static final String LABEL
public static final TimeDomain DOMAIN
public ThirdFriday(TimeIndex time) throws T2Exception
friday3time from another time object.
time - a non-null time in the domain friday3
T2Exceptionpublic ThirdFriday(String date, Adjustment adjust) throws T2Exception
friday3time from a string.
date - a non-null stringadjust - a non-null adjustment modeT2Exceptionpublic ThirdFriday(long year,
int month)
throws T2Exception
friday3time from the given time components.
year - a non-negative numbermonth - a number in [1-12]T2ExceptionCopyright © 2017. All rights reserved.