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
appTimeAppTimeThe protobuf time response.