 | DateExactDay Property |
Gets or sets the day of the month (dd), where dd is a numeric digit whose value is within the valid range of the days for the associated calendar month.
Namespace: Patagames.GedcomNetSdk.DatesAssembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntaxpublic int? Day { get; set; }Public Property Day As Integer?
Get
Set
member Day : Nullable<int> with get, set
Property Value
NullableInt32Size: {1:2}
See Also