Table of Contents

Class DateTimeCodeProvider

Namespace
Dynamicweb.Extensibility.CodeProviders
Assembly
Dynamicweb.Core.dll
[AddInName("DateTimeCodeProvider")]
[AddInLabel("DateTime Provider")]
[AddInActive(true)]
[AddInGroup("System.DateTime")]
public class DateTimeCodeProvider : CodeProviderBase, ICodeProvider, IParameterOptions
Inheritance
DateTimeCodeProvider
Implements
Inherited Members

Properties

Interval

[AddInParameter("Interval")]
[AddInParameterEditor(typeof(DropDownParameterEditor), "")]
[AddInParameterGroup("Source")]
public string Interval { get; set; }

Property Value

string

Number

[AddInParameter("Number")]
[AddInParameterEditor(typeof(IntegerNumberParameterEditor), "allowNegativeValues=true")]
[AddInParameterGroup("Source")]
public int Number { get; set; }

Property Value

int

Methods

BuildDisplayValue()

public override string BuildDisplayValue()

Returns

string

Execute()

Executes this instance.

public override object? Execute()

Returns

object
To top