Skip to content

Struct Manus::CoreSDK::ManusTimestampInfo

ClassList > Manus > CoreSDK > ManusTimestampInfo

A Timestamp.

Public Attributes

Type Name
byte day
ushort fraction
byte hour
byte minute
byte month
byte second
bool timecode
uint year

Public Functions

Type Name
ManusTimestampInfo (ushort p_Fraction, byte p_Second, byte p_Minute, byte p_Hour, byte p_Day, byte p_Month, uint p_Year, bool p_Timecode)

Public Attributes Documentation

variable day

byte Manus.CoreSDK.ManusTimestampInfo.day;

variable fraction

ushort Manus.CoreSDK.ManusTimestampInfo.fraction;

variable hour

byte Manus.CoreSDK.ManusTimestampInfo.hour;

variable minute

byte Manus.CoreSDK.ManusTimestampInfo.minute;

variable month

byte Manus.CoreSDK.ManusTimestampInfo.month;

variable second

byte Manus.CoreSDK.ManusTimestampInfo.second;

variable timecode

bool Manus.CoreSDK.ManusTimestampInfo.timecode;

variable year

uint Manus.CoreSDK.ManusTimestampInfo.year;

Public Functions Documentation

function ManusTimestampInfo

inline Manus::CoreSDK::ManusTimestampInfo::ManusTimestampInfo (
    ushort p_Fraction,
    byte p_Second,
    byte p_Minute,
    byte p_Hour,
    byte p_Day,
    byte p_Month,
    uint p_Year,
    bool p_Timecode
) 

The documentation for this class was generated from the following file api/unity-plugin/Scripts/Core/ManusSDKTypes.cs