Click or drag to resize

DateTimeTime Property

Gets or sets the time of a specific event, usually a computer-timed event

Namespace: Patagames.GedcomNetSdk.Dates
Assembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntax
public string Time { get; set; }

Property Value

String
Size: {1:12}; Valid value is hh:mm:ss.fs where: hh = hours on a 24-hour clock, mm = minutes, ss = seconds(optional), fs = decimal fraction of a second(optional)
See Also