Class SystemDateTimeNow
Inheritance
System.Object
SystemDateTimeNow
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Simplic.Flow.Node.dll
Syntax
public class SystemDateTimeNow : ActionNode
Properties
|
Improve this Doc
View Source
FriendlyName
Declaration
public override string FriendlyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
OutNodeFailed
Declaration
public ActionNode OutNodeFailed { get; set; }
Property Value
|
Improve this Doc
View Source
OutNodeSuccess
Declaration
public ActionNode OutNodeSuccess { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinStaticValue
Declaration
public DataPin OutPinStaticValue { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinSubDate
Declaration
public DataPin OutPinSubDate { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinSubDay
Declaration
public DataPin OutPinSubDay { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinSubDayOfWeek
Declaration
public DataPin OutPinSubDayOfWeek { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinSubDayOfYear
Declaration
public DataPin OutPinSubDayOfYear { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinSubHour
Declaration
public DataPin OutPinSubHour { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinSubKind
Declaration
public DataPin OutPinSubKind { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinSubMillisecond
Declaration
public DataPin OutPinSubMillisecond { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinSubMinute
Declaration
public DataPin OutPinSubMinute { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinSubMonth
Declaration
public DataPin OutPinSubMonth { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinSubSecond
Declaration
public DataPin OutPinSubSecond { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinSubTicks
Declaration
public DataPin OutPinSubTicks { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinSubTimeOfDay
Declaration
public DataPin OutPinSubTimeOfDay { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinSubYear
Declaration
public DataPin OutPinSubYear { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Execute(IFlowRuntimeService, DataPinScope)
Declaration
public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides