Class CurrentTimeScriptType
- Namespace
- Dynamicweb.DataIntegration.Integration.ScriptTypes
- Assembly
- Dynamicweb.DataIntegration.dll
[AddInLabel("Current time")]
public class CurrentTimeScriptType : ScriptTypeProvider<DateTime>
- Inheritance
-
CurrentTimeScriptType
- Inherited Members
Properties
AllowedTypes
public override IEnumerable<Type> AllowedTypes { get; set; }
Property Value
DisableSource
public override bool DisableSource { get; }
Property Value
Methods
GetValueTyped(object?)
public override DateTime GetValueTyped(object? input)
Parameters
inputobject
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.