WebTimeSpanNanoSeconds Property |
NanoSeconds component of the time interval represented by the
current TimeSpan class.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public long NanoSeconds { get; set; }
Public Property NanoSeconds As Long
Get
Set
public:
property long long NanoSeconds {
long long get ();
void set (long long value);
}
member NanoSeconds : int64 with get, set
Property Value
Type:
Int64See Also