In The Hand LtdIn The Hand
DateTimeOffset Constructor (ticks, offset)
NamespacesInTheHandDateTimeOffsetDateTimeOffset(Int64, TimeSpan)
.NET Components for Mobility
Initializes a new instance of the DateTimeOffset structure using the specified number of ticks and offset.
Declaration Syntax
C#Visual Basic
public DateTimeOffset(
	long ticks,
	TimeSpan offset
)
Public Sub New ( _
	ticks As Long, _
	offset As TimeSpan _
)
Parameters
ticks (Int64)
A date and time expressed as the number of 100-nanosecond intervals that have elapsed since 12:00:00 midnight on January 1, 0001.
offset (TimeSpan)
The time's offset from Coordinated Universal Time (UTC).

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0