PbGlobal.DateTime(DateTime? date, TimeSpan? time) Method
.NET Standard 2.x
Extracts a DateTime value from a string whose value is valid datetime.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static DateTime? DateTime(DateTime? date, TimeSpan? time);
Parameters
date
System.DateTime
A value of type DateTime.
time
System.TimeSpan
A value of type TimeSpan.
Returns
System.DateTime
Returns a DateTime value based on the values in date and time. If any argument's value is null, DateTime returns null.
Examples
Coming soon.
Applies to
.NET Standard
2.x