Click or drag to resize

WbTimeFromDateTimeOffset(DateTimeOffset, Int32, Int32, WikibaseTimePrecision) Method

This is preliminary documentation and is subject to change.

Constructs a WbTime instance from DateTimeOffset, using the appropriate calendar model.

Namespace: WikiClientLibrary.Wikibase.DataTypes
Assembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public static WbTime FromDateTimeOffset(
	DateTimeOffset dateTime,
	int before,
	int after,
	WikibaseTimePrecision precision
)

Parameters

dateTime  DateTimeOffset
The date, time, and time zone.
before  Int32
Number of units before the given time it could be, if uncertain. The unit is given by precision.
after  Int32
Number of units after the given time it could be, if uncertain. The unit is given by precision.
precision  WikibaseTimePrecision
The unit of the precision of the time.

Return Value

WbTime
Exceptions
ExceptionCondition
ArgumentNullExceptioncalendarModel is null.
ArgumentOutOfRangeExceptionOne or more numeric parameters are out of range.
See Also