Table of Contents

Class AppTimeToModel

Namespace
RustPlusApi.Extensions
Assembly
RustPlusApi.dll

Mapping extensions from protobuf time messages to model types.

public static class AppTimeToModel
Inheritance
AppTimeToModel
Inherited Members

Methods

ToTimeInfo(AppTime)

Maps an RustPlusContracts.AppTime to a TimeInfo.

public static TimeInfo ToTimeInfo(this AppTime appTime)

Parameters

appTime AppTime

The protobuf time response.

Returns

TimeInfo