Share via


JmgProfileCalendar::find Method

Retrieves a JmgProfileCalendar record for the specified worker and profile date.

Syntax

client server public static JmgProfileCalendar find(
    JmgEmployee _jmgEmployee, 
    JmgProfileDate _profileDate, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _jmgEmployee
    Type: JmgEmployee Table
    The JmgEmployee record, which refers to the worker to find.
  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether the returned record must be selected for update.

Return Value

Type: JmgProfileCalendar Table
A JmgProfileCalendar record for the specified worker and profile date.

See Also

Reference

JmgProfileCalendar Table