Class FormatDate#

Namespace: Aeon.Acquisition
Assembly: Aeon.Acquisition.dll

[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class FormatDate

Inheritance#

objectFormatDate

Inherited Members#

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Methods#

Process(IObservable<DateTime>)#

public IObservable<string> Process(IObservable<DateTime> source)

Parameters#

source IObservable<DateTime>

Returns#

IObservable<string>