com.bea.control
Annotation Type TaskBaseAnnotations.DateTimeSpec


@Retention(value=RUNTIME)
public static @interface TaskBaseAnnotations.DateTimeSpec


Optional Element Summary
 String absoluteTime
          Absolute date/time in the default date/time format for the current locale (will be parsed with DateFormat.getDateTimeInstance().parse().
 TaskBaseAnnotations.BusinessTimeAnno businessTime
          Business time specification.
 

absoluteTime

public abstract String absoluteTime
Absolute date/time in the default date/time format for the current locale (will be parsed with DateFormat.getDateTimeInstance().parse(). Mutually exclusive with businessTime. If businessTime is specified, this is ignored. Note that this field supports parameters so you can specify a method parameter that holds a pre-parsed or calculated java.util.Date or java.util.Calendar instance.

Default:
""

businessTime

public abstract TaskBaseAnnotations.BusinessTimeAnno businessTime
Business time specification. This will be evaluated relative to a reference time to arrive at an absolution date and time. This is mutually exclusive with absoluteTime.

Default:
@com.bea.control.TaskBaseAnnotations.BusinessTimeAnno