Click or drag to resize

OpsContextGetBusinessDateTime Method (FinancialCalendarData)

Note: This API is now obsolete.

Gets the current business date and time given the financial calendar

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll)
Syntax
C#
[ObsoleteAttribute("GetBusinessDateTime is using internal types that you may not be able to access, please use the Micros.PosCore.Extensibility.DataStore.DbRecords.BusinessDateTimes type")]
public BusinessDateTimes GetBusinessDateTime(
	FinancialCalendarData calendarData
)

Parameters

calendarData
Type: FinancialCalendarData

Return Value

Type: BusinessDateTimes
See Also