PFSExtensionsAddTime Method |
Add a time as 3 integers (hours, minutes, seconds). The date part is ignored
Restrictions: The function is only valid within the scope of a keyword.
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static void AddTime(
this PFSBuilder builder,
DateTime date
)
<ExtensionAttribute>
Public Shared Sub AddTime (
builder As PFSBuilder,
date As DateTime
)
public:
[ExtensionAttribute]
static void AddTime(
PFSBuilder^ builder,
DateTime date
)
[<ExtensionAttribute>]
static member AddTime :
builder : PFSBuilder *
date : DateTime -> unit
Parameters
- builder
- Type: DHI.PFSPFSBuilder
- date
- Type: SystemDateTime
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
PFSBuilder. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also