Click or drag to resize

DataObjectFilterExpressionGetModifierTimeAndUnitStr Method

returns a string containing right modifier time value and its unit Pre: dataType == typeof(System.DateTime)

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public string GetModifierTimeAndUnitStr(
	Type dataType
)

Parameters

dataType
Type: SystemType
System data type

Return Value

Type: String
a string containing right modifier time value and its unit
See Also