OptionsFieldDateTime Property
|
Allows you to override the value of all date and time fields in
the document.
This can be useful for test cases where you want the output to
be identical rather than changing with date.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public Nullable<DateTime> FieldDateTime { get; set; }
Public Property FieldDateTime As Nullable(Of DateTime)
Get
Set
member FieldDateTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also