Click or drag to resize

WorkDayBaseGetHours Method

Returns the hours-part of a time string.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static int GetHours(
	string time
)

Parameters

time
Type: SystemString
Time string in the format hh:mm

Return Value

Type: Int32
See Also