TheCommonUtils..::..CDate Method (Object)
Convert an object to a date.
Namespace:
nsCDEngine.BaseClassesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static DateTimeOffset CDate( Object inObj )
Public Shared Function CDate ( _ inObj As Object _ ) As DateTimeOffset
public: static DateTimeOffset^ CDate( Object^ inObj )
Parameters
- inObj
- Type: Object
Input to be converted.