コード例 #1
0
 private long SetComponentsUtc(EcmaDateComponent start, params long[] args)
 {
     timestamp = (EcmaTimestamp)EcmaTimestamp.GetTimestampUtc(timestamp.Value, (int)start, args);
     return(timestamp.Value);
 }