|   | WorkDayBaseGetMinutes Method  | 
 
            Returns the minutes-part of a time string.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static int GetMinutes(
	string time
)
Parameters
- time
 - Type: SystemString
Time string in the format hh:mm 
Return Value
Type: 
Int32
See Also