Table of Contents

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

IEnumerable<Type>

DisableSource

public override bool DisableSource { get; }

Property Value

bool

Methods

GetValueTyped(object?)

public override DateTime GetValueTyped(object? input)

Parameters

input object

Returns

DateTime

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

To top