Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns a new DateTime that adds the specified number of ticks to the value of this instance.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Function AddTicks ( _
val As Long _
) As DateTime
public DateTime AddTicks(
long val
)
public:
DateTime AddTicks(
long long val
)
member AddTicks :
val:int64 -> DateTime
public function AddTicks(
val : long
) : DateTime
Parameters
- val
Type: System. . :: . .Int64
A number of 100-nanosecond ticks. The val parameter can be positive or negative.
Return Value
Type: System. . :: . .DateTime
An object whose value is the sum of the date and time represented by this instance and the time represented by val.
Remarks
This method does not change the value of this DateTime. Instead, it returns a new DateTime whose value is the result of this operation.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.