[This is preliminary documentation and is subject to change.]

The TimesheetInfo type exposes the following properties.

Properties

  NameDescription
Public propertyCreatedTimestamp
The Timestamp for the timesheet creation.
Public propertyDocIdList
A comma separated String of the document identifiers for all documents that are attached to this timesheet.
Public propertyExportedTimestamp
The time when this timesheet was exported.
Public propertyFirstName
The first name
Public propertyFromDate
The first date of the timesheet.
Public propertyGroupId
the identifier for the group.
Public propertyGroupName
The group name of the group that owns the timesheet.
Public propertyIsExported
Shows if the timesheet is exported. Valid values are "Y" (means exported) and "N" (not exported).
Public propertyLastName
The last name
Public propertyNumLines
Number of rows in the timesheet.
Public propertyRemDocIdList
A comma separated String of the document identifiers for all documents that are removed from this timesheet.
Public propertyTimesheetComments
The list of Comments on this timesheet.
Public propertyTimesheetDetails
The list of all the timesheet details on this timesheet.
Public propertyTimesheetId
The system generated identifier for the timesheet.
Public propertyToDate
The last date of the timesheet.
Public propertyUserId
The identifier for the user that owns the timesheet.
Public propertyUserName
The name of the user that owns the timesheet.
Public propertyWorkflowHistory
The list of workflow history for this timesheet.
Public propertyWorkflowTypeId
Get the workflow type id corresponding to this particular timesheet.

See Also