Table of Contents

Struct Time

Namespace
GLib
Assembly
GLib-2.0.dll
public readonly struct Time
Inherited Members

Constructors

Time(int)

public Time(int value)

Parameters

value int

Operators

implicit operator int(Time)

public static implicit operator int(Time o)

Parameters

o Time

Returns

int

implicit operator Time(int)

public static implicit operator Time(int o)

Parameters

o int

Returns

Time