 | DateTimeTime Property |
Gets or sets the time of a specific event, usually a computer-timed event
Namespace: Patagames.GedcomNetSdk.DatesAssembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntaxpublic string Time { get; set; }Public Property Time As String
Get
Set
member Time : string with get, set
Property Value
StringSize: {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